All Projects → predictionmachines → Interactivedatadisplay

predictionmachines / Interactivedatadisplay

Licence: other
Interactive Data Display for JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Interactivedatadisplay

HCLineChartView
HCLineChartView is a beautiful iOS library for drawing line charts. It is highly customizable and easy to use.
Stars: ✭ 22 (-76.6%)
Mutual labels:  charting-library, charting
Anychart Android
AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
Stars: ✭ 1,762 (+1774.47%)
Mutual labels:  charting-library, charting
Lightweight Charts
Financial lightweight charts built with HTML5 canvas
Stars: ✭ 4,390 (+4570.21%)
Mutual labels:  charting-library, charting
Jkqtplotter
an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Stars: ✭ 246 (+161.7%)
Mutual labels:  charting-library, charting
Amcharts4
The most advanced amCharts charting library for JavaScript and TypeScript apps.
Stars: ✭ 907 (+864.89%)
Mutual labels:  charting-library, charting
asciichart-sharp
C# port of asciichart
Stars: ✭ 27 (-71.28%)
Mutual labels:  charting-library, charting
Asciichart
Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies
Stars: ✭ 1,107 (+1077.66%)
Mutual labels:  charting-library, charting
Roughviz
Reusable JavaScript library for creating sketchy/hand-drawn styled charts in the browser.
Stars: ✭ 6,022 (+6306.38%)
Mutual labels:  charting-library
Swiftchart
Line and area chart library for iOS
Stars: ✭ 950 (+910.64%)
Mutual labels:  charting-library
Jsxgraph
JSXGraph is a cross-browser library for interactive geometry, function plotting, charting, and data visualization in a web browser.
Stars: ✭ 605 (+543.62%)
Mutual labels:  charting
Quantmod
Quantitative Financial Modelling Framework
Stars: ✭ 578 (+514.89%)
Mutual labels:  charting
Leaflet Dvf
Leaflet Data Visualization Framework
Stars: ✭ 678 (+621.28%)
Mutual labels:  charting-library
React Vis
Data Visualization Components
Stars: ✭ 8,091 (+8507.45%)
Mutual labels:  charting-library
Charting Library Examples
Examples of Charting Library integrations with other libraries, frameworks and data transports
Stars: ✭ 608 (+546.81%)
Mutual labels:  charting-library
Tacharting
A charing application to download, plott and analyse securities, indicators, strategies and trading records
Stars: ✭ 50 (-46.81%)
Mutual labels:  charting
Lavacharts
Lavacharts is a graphing / charting library for PHP 5.4+ that wraps Google's Javascript Chart API.
Stars: ✭ 587 (+524.47%)
Mutual labels:  charting-library
Unity Ugui Xcharts
A charting and data visualization library for Unity. 一款基于UGUI的数据可视化图表插件。
Stars: ✭ 1,086 (+1055.32%)
Mutual labels:  charting
Vaadin Charts
Vaadin Charts is a feature-rich interactive graph library that answers the data visualization needs of modern web applications
Stars: ✭ 47 (-50%)
Mutual labels:  charting-library
Timesheet.js
JavaScript library for HTML5 & CSS3 time sheets
Stars: ✭ 6,881 (+7220.21%)
Mutual labels:  charting-library
React Google Sheet To Chart
📊 React component that renders Google Sheets as attractive charts with minimum effort
Stars: ✭ 45 (-52.13%)
Mutual labels:  charting

Interactive Data Display

Build Status npm CDNJS jsdelivr

Interactive Data Display for JavaScript (IDD for short) is a set of controls for adding interactive visualization of dynamic data to your application. It allows to create line graphs, bubble charts, heat maps and other complex 2D plots which are very common in scientific software. Dynamic Data Display integrates well with Bing Maps control to show data on a geographic map in latitude/longitude coordinates. The controls can also be operated programmatically.

IDD is being developed in close collaboration between Information Technologies in Sciences laboratory of Moscow State University and Microsoft Research Cambridge.

Documentation is available here.

Samples

You can find several live samples here. Note that they can use not the latest release of the IDD.

For the full set of samples which work with the latest release consider Building IDD (section below) and open samples from "Samples" directory after the build succeeds.

Building IDD

In order to build IDD, you need Node.js/npm and git.

Clone a copy of the IDD git repo, enter IDD directory and install development tools packages:

cd idd

npm install -g yarn

yarn install

Now you can build and test IDD by running the grunt command without arguments:

grunt

File IDDSamples.html in the root of idd repository contains many samples. Note that some browsers don't run web workers from local file system for security reasons so some samples may not work if opening IDDSamples.html as local file.

Referencing IDD

Interactive Data Display is available as NPM package.

Use yarn: yarn add interactive-data-display

or npm: npm i interactive-data-display

Licensing

Please see the file called LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].