Ask HN: Charting Libraries?
I'm currently adding an analytics module (we have some specific metrics not covered by general packages like Google analytics) to our main web application and we are looking for a good library to create graphs and charts. I've found a couple that generate nice graphs via a .swf file by passing xml parameters, but wondered if anyone had any specific recommendations in this area? Thanks for any guidance anyone can provide.
7 comments
[ 3.9 ms ] story [ 19.7 ms ] threadhttp://jsxgraph.uni-bayreuth.de/wiki/index.php/Hypotrochoid has a bit of a learning curve though.
Also the jQuery flot plugin http://code.google.com/p/flot/
It's dead-simple and doesn't require a lot of tweaking to make the charts look decent. Check out some of the author's examples here: http://people.iola.dk/olau/flot/examples/
http://matplotlib.sourceforge.net/
http://www.antigrain.com/
It's fairly easy to use and can generate charts in PNG and JPEG format.