[deleted]
Plotly.js Open-Source Announcement
11–20 of 72 posts
Re: Plotly.js Open-Source Announcement
#12I'd love it plotly.js could work Medium for integration. Medium still doesn't have way to do rich, interactive charts. It makes me sad...
Re: Plotly.js Open-Source Announcement
#13It feels a bit heavy in comparision to Highcharts or the open source Flotcharts. Though some chart types are pretty impressive, same can be said for d3.js in general.
But thanks for releasing plotly.js as open source.
Re: Plotly.js Open-Source Announcement
#14I've looked into plot.ly and found the feature set pretty impressive, although I was not happy with the way they handled data. Now that it's open sourced, I'll definitely try to make use of it in practical data visualization applications. That being said, I'm not 100% sold on interactive charts. Way too many libraries (Highcharts especially) break or function poorly on mobile devices, which is a serious problem in 20…
Re: Plotly.js Open-Source Announcement
#15I'd love it plotly.js could work Medium for integration. Medium still doesn't have way to do rich, interactive charts. It makes me sad...
As an off-topic data visualization tip, I strongly recommend against using Medium for writing about data visualization. Medium's compression murders the quality of high-res charts.
I just want to have my cake and eat it. Is that really so much to ask?
Re: Plotly.js Open-Source Announcement
#16Very cool! Love the inclusion of SVG and not just canvas, I'm personally very invested in that format so it's nice to see the tech being pushed forward.
SVG wasn't supported until Android 4 and only Internet Explorer/Edge is really optimized for SVG (thanks to their VML investment). On the other hand Chrome, Safari and Firefox render Canvas much faster. (only relevant if you want to render thousends of objects on a battery powered device)
Re: Plotly.js Open-Source Announcement
#17Awesomely feature packed! And thus a bit beefy at ~1MB minified, but I guess that is the tradeoff.
Re: Plotly.js Open-Source Announcement
#18Very cool! Love the inclusion of SVG and not just canvas, I'm personally very invested in that format so it's nice to see the tech being pushed forward.
...most chart libs use SVG. Beside Highcharts (not open source) I have yet to see a SVG based charting lib that is fast and lightweight. d3.js and chart libs based on d3.js (like plot.ly) are very heavy weigth in comparision (= more than 100KB minified JS code; plot.ly is 1.05MB huge: https://github.com/plotly/plotly.js/blob/master/dist/plotly.... ) SVG wasn't supported until Android 4 and only Internet Explorer/Edge…
Re: Plotly.js Open-Source Announcement
#19Any suggestions on available libraries, or am I better to start from scratch on this?