I've only surveyed what's out there a little, but I am impressed with Protovis's demos and apparent flexibility: http://vis.stanford.edu/protovis/
Ask HN: What charts javascript library to use?
41–50 of 67 posts
Re: Ask HN: What charts javascript library to use?
#42Google's visualization apis are amazing, cant recommend it enough. The chart ones are nice but you then also have to wrap it yourself to generate the GET request appropriately to the data.
Re: Ask HN: What charts javascript library to use?
#43At New Relic, we use HighCharts ( http://highcharts.com/ ). We constantly get questions from our customers about which library we use, because they like the way they look and function. Highly recommended.
That's a great library but I'll have to pay u$s360 if I want to use it. In my country it'll be ~u$s1300.
Re: Ask HN: What charts javascript library to use?
#44At New Relic, we use HighCharts ( http://highcharts.com/ ). We constantly get questions from our customers about which library we use, because they like the way they look and function. Highly recommended.
Re: Ask HN: What charts javascript library to use?
#45At New Relic, we use HighCharts ( http://highcharts.com/ ). We constantly get questions from our customers about which library we use, because they like the way they look and function. Highly recommended.
Re: Ask HN: What charts javascript library to use?
#46Re: Ask HN: What charts javascript library to use?
#47I like JIT which is a beautiful data visualization library. http://thejit.org/
Re: Ask HN: What charts javascript library to use?
#48Flot is worth a shot. There may be a python library to generate is server side. When I looked into it, I kept going back and forth between javascript charts vs images. I ended up going with images because I didn't really need dynamic charts. There were also features missing from many. IIRC, Flot couldn't add a title to the x/y axis at the time I was looking at it.
Re: Ask HN: What charts javascript library to use?
#49Google's visualization apis are amazing, cant recommend it enough. The chart ones are nice but you then also have to wrap it yourself to generate the GET request appropriately to the data.
The fact that it uses GET is a huge limitation IMO. Especially considering that the workaround is to use POST and iframes. Especially when there are more functional, prettier alternatives
Re: Ask HN: What charts javascript library to use?
#50It doesn't have pie charts, because pie charts are a tremendously bad way to visualise data. I have barcharts with negatives though :)