What's the upside of this over HighCharts which is an already mature product?
Chart.js 2.0 Released
31–40 of 81 posts
Re: Chart.js 2.0 Released
#32Re: Chart.js 2.0 Released
#33One of the Chart.js contributors here. Version 2.0 is a massive overhaul of the underlying library focused on ease of use and extensibility. Hundreds of issues from the 1.x branch have been resolved, making Chart.js even more stable and user friendly than ever! Here are a few of the core changes: - Github Organization: Moved from github.com/nnnick/Chart.js to our own org, github.com/chartjs/Chart.js, where we hope to…
How quick is this? I'll give it a go with our company's dataset. Unfortunately none of the javascript charting libraries could handle it so far. I am not even sure it is possible to do what I want using JS and current technology.
Re: Chart.js 2.0 Released
#34Re: Chart.js 2.0 Released
#35Hi, this looks pretty. I've been a happy highcharts user for several years; can you summarize what's good/better/different about chartjs?
2. Canvas vs SVG: For my use case, using SVG for lots of data points really slowed down the DOM. Canvas doesn't have that limitation and is easier to export to images if necessary. SVG is nice because you can use CSS to style things.
Re: Chart.js 2.0 Released
#36Re: Chart.js 2.0 Released
#37Hi, this looks pretty. I've been a happy highcharts user for several years; can you summarize what's good/better/different about chartjs?
This. For custom stuff I use D3, but for the "standard"-charts I use Highcharts. Edit: Seems like Chartjs is MIT, Highcharts is only free for non-commercial.
Re: Chart.js 2.0 Released
#38Any examples or documentation on the new Bubble Chart type?