Live data from Hacker News

Chart.js - open source HTML5 charting library

chartjs.org

61–63 of 63 posts

Re: Chart.js - open source HTML5 charting library

#61

A bit of the shame on the interactivity: "If you are looking to add interaction as a layer to charts, Chart.js is not the library for you. A better option would be using SVG, as this will let you attach event listeners to any of the elements in the chart, as these are all DOM nodes." Most charts are far more useful with rollovers to let the user interpret the data. I'd say this is a must have for most anything where…

I have a little application with charts. I was using jqplot but IMHO it was too heavy and I started googling for a lighter solution. I found flot. flot is based on canvas and has user interaction. I don't know how it is implemented (btw flot is mit licensed) but it works. it's a shame that this library doesn't support user interaction

http://people.iola.dk/olau/flot/examples/interacting.html

Re: Chart.js - open source HTML5 charting library

#62

Just out of curiosity, what did you use to put together that amazing documentation?

Didn't use any particular software or tools as such, but used Google prettify ( https://code.google.com/p/google-code-prettify/ ) for coloured syntax highlighting. Wrote the content in plain HTML, and used jQuery to build the nav on left hand side from the headings on the page.

Great job, some of the best docs I've seen in a while.
Post reply on HN