Would someone who's familiar with chart.js do a quick comparison between other popular charting libraries? I've mostly used rickshaw and d3.
New Chart.js beta version launched
11–20 of 64 posts
Re: New Chart.js beta version launched
#12Why canvas instead of svg?
Re: New Chart.js beta version launched
#13Would someone who's familiar with chart.js do a quick comparison between other popular charting libraries? I've mostly used rickshaw and d3.
Don't forget Highcharts... http://www.highcharts.com
Re: New Chart.js beta version launched
#14Re: New Chart.js beta version launched
#15Great update, love the tooltips.
Re: New Chart.js beta version launched
#16Re: New Chart.js beta version launched
#17Re: New Chart.js beta version launched
#18Earlier quoted context omitted.
SVG is a good solution too, but it can really suffer performance-wise, especially on mobile, tablet and when animating svg node positions.
Have you done any benchmarking of canvas vs svg charts?
IIRC: canvas tends to outperform svg when dealing with a lot of individual objects, due to them being individual dom nodes in svg. However svg will outperform canvas drawing fewer nodes, on a larger canvas, due to canvas being bitmap based.
Re: New Chart.js beta version launched
#19Nick this is awesome. Would love to feature your work on blockspring.com so non-engineers can use chart.js graphs directly.