InteractiveDataDisplay

Interactive visualization of dynamic data

View the Project on GitHub predictionmachines/InteractiveDataDisplay

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. Interactive 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.

Samples

Simple Line Chart line chart icon
Text content turns into a simple line chart.
Bubbles Chart bubbles chart icon
Four series of random numbers linked to coordinates, color and size of the bubbles.
Error Bars error bars chart icon
Shows how to define and use a non-standard marker shape.
Geographical Heat Map geographical heat map icon
Heat map over a geographic map in Mercator projection.
Dynamic Line chart dynamic line chart icon
Compute dynamically changing data and visualize it as a line chart.
Chart Viewer chart viewer icon
Shows how to use chart viewer.
Interactive demo Even more demos