Awesomely feature packed! And thus a bit beefy at ~1MB minified, but I guess that is the tradeoff.
Plotly.js Open-Source Announcement
21–30 of 72 posts
Re: Plotly.js Open-Source Announcement
#22Re: Plotly.js Open-Source Announcement
#23Thanks! It's surprising how we still don't have a good open source charting library. I've checked most of them out and Highcharts/FusionCharts blow them out of the water.
Full Disclosure: I'm a maintainer of Chart.js
Re: Plotly.js Open-Source Announcement
#24Wait how does jQuery decrease cross-browser compatibility?? "jQuery has been removed from plotly.js for significantly better performance and improved browser compatibility."
Re: Plotly.js Open-Source Announcement
#25Wait how does jQuery decrease cross-browser compatibility?? "jQuery has been removed from plotly.js for significantly better performance and improved browser compatibility."
Re: Plotly.js Open-Source Announcement
#26How well does plot.ly do with plain old equation plotting? In particular, I'm looking for something that can produce mobile friendly plots that scales diagrams automatically to show relevant features (x, y intercepts, inflection points, etc) for simple function families - y= mx + b, ax^2 + bx + c, etc. Any suggestions on available libraries, or am I better to start from scratch on this?
Re: Plotly.js Open-Source Announcement
#27Wait how does jQuery decrease cross-browser compatibility?? "jQuery has been removed from plotly.js for significantly better performance and improved browser compatibility."
Native JavaScript can be up to 10–100X than the equivalent operations done through a compatibility layer like jQuery.
Re: Plotly.js Open-Source Announcement
#28Re: Plotly.js Open-Source Announcement
#29This is awesome, however I don't understand their motivation to opensource or their business model following this. Any speculation or comments are welcomed.
Re: Plotly.js Open-Source Announcement
#30How well does plot.ly do with plain old equation plotting? In particular, I'm looking for something that can produce mobile friendly plots that scales diagrams automatically to show relevant features (x, y intercepts, inflection points, etc) for simple function families - y= mx + b, ax^2 + bx + c, etc. Any suggestions on available libraries, or am I better to start from scratch on this?
http://jsxgraph.uni-bayreuth.de/wp/
It's mobile friendly so long as the user's browser supports canvas (in my experience with it). It supports multi-touch devices too, but I haven't verified that.