Live data from Hacker News

Ask HN: What is the best HTML5 charting library?

news.ycombinator.com

1–9 of 9 posts

Re: Ask HN: What is the best HTML5 charting library?

#4
post #3
post #2

this may be something you could use, http://www.highcharts.com/ I like it, it's cross browser compatible!

Cool, I'll check it out. Thanks for the Rx. Is it pretty quick to work with for you?

yup documentation is nice.. with clean javascript wrapper and highly customizable

Re: Ask HN: What is the best HTML5 charting library?

#6
post #2

this may be something you could use, http://www.highcharts.com/ I like it, it's cross browser compatible!

i was hacking around under the covers of Mixpanel's 'Platform' a while back and if memory serves, they wrapped highcharts into their api for that product.

Re: Ask HN: What is the best HTML5 charting library?

#9
post #8

Go for Google charts, it's really awesome. http://code.google.com/apis/chart/

I always felt there were lots of gymnastics required to get data into a suitable format for Google charts (filling zeroes in time series, tough to work with multiple series, etc)