Ask HN: What open source packages are available to display chart and graphs? Google provides an API to create charts. But it's hosted by Google. What alternative options are available to display charts on a web based application? |
Ask HN: What open source packages are available to display chart and graphs? Google provides an API to create charts. But it's hosted by Google. What alternative options are available to display charts on a web based application? |
Highcharts is not open source but is free to use for non-commercial use. I have paid the $80 to use it on commercial websites and client/managers are always very impressed with its capabilities. I think its well-worth the $$
I also highly recommend. It's a pleasure to work with. Sites using it include MixPanel if you want to see it in action.
I'd recommend flot out of these three, had the best experience with that one so far.
Some excellent examples here (scroll down):
For server-side chart generation, I tend to use matplotlib (semi-recently changed from gnuplot).