Hacker News new | ask | show | jobs
Ask HN: What's the best javascript charting library?
1 points by praveenaj 5019 days ago
I know this question has been asked several times on HN.

http://news.ycombinator.com/item?id=1847515 http://news.ycombinator.com/item?id=854926 http://news.ycombinator.com/item?id=2764708

But since all the posts are almost 2-3 years old, I'd like to ask it again, as there must have been major changes in the technologies and libraries since then.

Requirements: -Support as many chart types as possible. -Cross browser compatibility. -Rich and interactive

Thanks.

3 comments

These are the most important once (had the same question 2 days ago) :

https://developers.google.com/chart/ (free) http://g.raphaeljs.com/ (free) http://www.flotcharts.org/ (free) http://www.jqplot.com/ (free) http://www.highcharts.com/ (paid for commercial use)

I would recommend Highcharts - http://www.highcharts.com/. Their api is great, really simple to use with a shit load of graph options.