Chart.js 2.0 Released
11–20 of 81 posts
Re: Chart.js 2.0 Released
#12Re: Chart.js 2.0 Released
#13One 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…
Re: Chart.js 2.0 Released
#14Hi, this looks pretty. I've been a happy highcharts user for several years; can you summarize what's good/better/different about chartjs?
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
#15It looks like the documentation is missing some of the new 2.0 chart types.
Edit: Nevermind. It looks like they are not new types per se, but new options on old types. Scale, Stacked, etc.
Re: Chart.js 2.0 Released
#16The big problem with ChartJS was the lack of horizontal bar charts. From memory there was a 3rd party plugin for this but the author himself admitted it was a bit of a bodge.
Disappointed to see that this wasn't added to the new version. I hope this is something the team considers in the future.
I look forward to getting this up and running on our site though.
Re: Chart.js 2.0 Released
#17One 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…
Re: Chart.js 2.0 Released
#18We've been using the old version on kwiksurveys.com for a year or so now. Like many we used to use Highcharts but it had some serious performance compatibility issue with AngularJS 1.x (I'm sure they've fixed it now.) The big problem with ChartJS was the lack of horizontal bar charts. From memory there was a 3rd party plugin for this but the author himself admitted it was a bit of a bodge. Disappointed to see that th…
Re: Chart.js 2.0 Released
#19Re: Chart.js 2.0 Released
#20We've been using the old version on kwiksurveys.com for a year or so now. Like many we used to use Highcharts but it had some serious performance compatibility issue with AngularJS 1.x (I'm sure they've fixed it now.) The big problem with ChartJS was the lack of horizontal bar charts. From memory there was a 3rd party plugin for this but the author himself admitted it was a bit of a bodge. Disappointed to see that th…
Hey @dmeagor, I'm one of the Chart.js maintainers. Horizontal bar charts are on our radar to implement. Most of the work has been done. The scales already fit nicely. The only thing that needs to be implemented is a controller for it all.