Ask HN: Your favorite open-source JavaScript Library for charts?
Which ist your favorite open source JS library for chart generation?
Basic requirements:
- Mouseover to show details/values
- Possibility to link parts of a pie chart to a "category" page for deeper statistics
10 comments
[ 3.1 ms ] story [ 34.1 ms ] threadVery clean and very good.
[1] - http://www.highcharts.com/
If you have a commercial product you have to pay for the license though.
[1] - http://nvd3.org/examples/pie.html
If you have specific designs/requirements to work from, it may be easier to build the charts with D3 than trying to shoehorn a stock chart into matching the spec. Behaviors like linking chart interactions to independent components (or vice versa) become easier to implement as well.
If you care less about flexibility, Chartist is a solid contender: https://gionkunz.github.io/chartist-js/
https://www.safaribooksonline.com/library/view/an-introducti...
https://www.safaribooksonline.com/library/view/intermediate-...
I'm currently taking a look at all the libraries and will test the functionality over the next days. Some of them are realy overweighted - especially the D3-based libs seem to be slower than the others.
I'll keep you informed about my "test winner".