|
|
A number of comments on JavaScript charting packages at: https://news.ycombinator.com/item?id=5400477 (Lots of praise for HighCharts).
|
|
|
|
|
|
* [NVD3](https://nvd3-community.github.io/nvd3/). Has clickable legend items to toggle series.
|
|
|
* [Flot](http://www.flotcharts.org/). Pretty nice. Does have a date/time axis. Can toggle series.
|
|
|
* [Chart.js](http://www.chartjs.org/). Lots of GitHub downloads. Doesn't seem to have a Scatter chart, or also don't see anything related to Date axes.
|
|
|
* [morris.js](http://www.oesmith.co.uk/morris.js/)
|
|
|
* [Rickshaw](http://code.shutterstock.com/rickshaw/)
|
|
|
* [jqPlot](http://www.jqplot.com/)
|
|
|
* [gRaphaël](http://g.raphaeljs.com/)
|
|
|
* [YUI charts](http://yuilibrary.com/yui/docs/charts/)
|
|
|
* [Polychart.js](http://polychartjs.com/)
|
|
|
|
|
|
[A list of JavaScript Charting Packages](http://www.sitepoint.com/top-10-jquery-graphs/)
|
|
|
|
|
|
Potential Replacement for HighStock: [dygraphs](http://dygraphs.com/). Handles very large data sets but has somewhat cumbersome handling of multiple series with differing X-axis values (like the wireless sensor data). |
|
|
\ No newline at end of file |