Show HN: JavaScript Graphing Library Comparison
21–30 of 117 posts
Re: Show HN: JavaScript Graphing Library Comparison
#22I see none of them have the option "Large Data Set", I would think dc.js supports that with it's crossfilter support.
Re: Show HN: JavaScript Graphing Library Comparison
#23This should really include http://ecomfe.github.io/echarts/index-en.html
Re: Show HN: JavaScript Graphing Library Comparison
#24I see none of them have the option "Large Data Set", I would think dc.js supports that with it's crossfilter support.
Sigma and Dygraphs
Re: Show HN: JavaScript Graphing Library Comparison
#25Re: Show HN: JavaScript Graphing Library Comparison
#26XChats -> XCharts
Re: Show HN: JavaScript Graphing Library Comparison
#27Fit all the case (except map maybe) and flexible enough to let you change everything if you or your designer want something very specific !
Re: Show HN: JavaScript Graphing Library Comparison
#28Re: Show HN: JavaScript Graphing Library Comparison
#29While we're on the topic, I'm beginning with js with a goal to create some materials for maths classes. Which library would let me do, for example, graphs of quadratic, cubic functions AND possibly drag/move the line to see how the equation translates? Thank you
I wrote up a Newton's Method example a few years ago and it still holds up well: http://www.programmingmath.com/