Show HN: JavaScript Graphing Library Comparison
jsgraphs.com
Show HN: JavaScript Graphing Library Comparison
1–10 of 117 posts
Re: Show HN: JavaScript Graphing Library Comparison
#2[deleted]
Re: Show HN: JavaScript Graphing Library Comparison
#3[deleted]
Whoops thanks!
Re: Show HN: JavaScript Graphing Library Comparison
#4Good stuff! What about D3?
Re: Show HN: JavaScript Graphing Library Comparison
#5http://dimplejs.org/ is another D3 based charting library.
Re: Show HN: JavaScript Graphing Library Comparison
#6Sure wish there were some performance comparisons
Re: Show HN: JavaScript Graphing Library Comparison
#7I think http://nvd3.org/ should be added. It is the only free/OSS that was able to do the complex combined graphs I needed for a recent project.
Re: Show HN: JavaScript Graphing Library Comparison
#8I've been looking for a chart library to display timeseries graphs and integrate well with react. The best one I found so far is react-d3. Unfortunately, it's still somewhat awkward.
Re: Show HN: JavaScript Graphing Library Comparison
#9What would be the most lightweight library if I only need a line graph compatible with most desktop and mobile browsers without any dependencies?
Re: Show HN: JavaScript Graphing Library Comparison
#10This is a fantastic idea. I've done these comparisons myself and it's overwhelming and time-consuming.
Btw, I love the animations for the filtering, the way the items contract and rearrange themselves. What did you use for this?