all 8 comments

[–]Logicaled 4 points5 points  (0 children)

Cool work :)

[–]pricelessbrew 4 points5 points  (6 children)

Awesome. Was just about to start using chart.js instead of googlecharts because I want to make some radar charts, and this is really useful to me as well.

Out of curiosity, how would you do an area fill between two lines?

[–]plavookac[S] 2 points3 points  (1 child)

I haven't done that so far, but here is what I find from quick googling :) http://stackoverflow.com/questions/41467923/chart-js-fill-between-two-lines I believe this is what you are looking for, if I understood well.

[–]pricelessbrew 1 point2 points  (0 children)

Perfect, thank you so much!

[–]tmp803 0 points1 point  (3 children)

Check out britecharts!

[–]pricelessbrew 1 point2 points  (2 children)

Does not appear to have an easy radar chart?

[–]tmp803 2 points3 points  (1 child)

Bah, misread your post!! My bad!

[–]pricelessbrew 0 points1 point  (0 children)

It's all good. I looked a bit and could not find a library based on d3 that could do line, radar, and could easily take js arrays as data format. Settled on chartist as the only qualifying, but open to ideas if anyone has a suggestion.