Why canvas instead of svg?
SVG is a good solution too, but it can really suffer performance-wise, especially on mobile, tablet and when animating svg node positions.
New Chart.js beta version launched
31–40 of 64 posts
Re: New Chart.js beta version launched
#32At work, we use Google Charts to chart data, then send images of those charts to users via email, inline. We are told that this functionality will be deprecated in the API some time next year. Anyone have an idea of how to mitigate that? Emails dont support javascript so not sure how to get around this. Just for some clarity, if you happen to use Sendgrid, they do the same thing. Google chart images in an email.
Might be overkill, but would allow quite a bit of flexibility.
Re: New Chart.js beta version launched
#33At work, we use Google Charts to chart data, then send images of those charts to users via email, inline. We are told that this functionality will be deprecated in the API some time next year. Anyone have an idea of how to mitigate that? Emails dont support javascript so not sure how to get around this. Just for some clarity, if you happen to use Sendgrid, they do the same thing. Google chart images in an email.
Re: New Chart.js beta version launched
#34Can the data in the charts be updated in realtime? I'm looking for graphs to display operations type data like cpu usage, etc over time.
Re: New Chart.js beta version launched
#35Earlier quoted context omitted.
Don't forget Highcharts... http://www.highcharts.com
Just from a cursory glance, it appears that Chartjs is entirely free and you can do what you want with it, while Highcharts is not.
here's the license if you were looking for it like I was
Re: New Chart.js beta version launched
#36I like Chart.js, I can't tell if I'm looking at the beta from my phone though. I'd hope they add a scatter plot then it'd be close to perfect. There might be a fork I haven't found yet, but I know anything I made wouldn't look as nice.
New site is responsive for mobile, so you should be seeing the new version! This new release allows for custom chart types, using the same core API, so hopefully we'll see some community led new chart type extensions soon!
Re: New Chart.js beta version launched
#37At work, we use Google Charts to chart data, then send images of those charts to users via email, inline. We are told that this functionality will be deprecated in the API some time next year. Anyone have an idea of how to mitigate that? Emails dont support javascript so not sure how to get around this. Just for some clarity, if you happen to use Sendgrid, they do the same thing. Google chart images in an email.
Re: New Chart.js beta version launched
#38Re: New Chart.js beta version launched
#39Would someone who's familiar with chart.js do a quick comparison between other popular charting libraries? I've mostly used rickshaw and d3.
Re: New Chart.js beta version launched
#40Earlier quoted context omitted.
Don't forget Highcharts... http://www.highcharts.com
Big fan of Highcharts. Like that you can export charts to a png. Big deal for me, don't think chart.js offers anything like that?