Skip to content

2.0.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@tannerlinsley tannerlinsley released this 16 Jun 21:24

With this alpha release of 2.0, chart.js is now more powerful than ever.

  • Core Controller - Every chart is now intelligently controlled by core.controller. By eliminating chart type constructors, and standardizing the chart api, this controller allows for new and powerful ways of extending chart.js!
  • Dataset Style Controllers - Every dataset is and can be controlled by separate controllers. So yes, hybrid charts are possible now. And writing extensions is easier than ever. Need a new dataset style? Write a new controller! Need a new type of element? Write it!
  • Config Driven Charts - You can now change pretty much anything in the chart config, call .update() and your chart will change! This opens up new possibilities for theme building!
  • Improved Events - New event hooks like onHover and onClick do the hard work for you. They pass you the good stuff without even having to locate via event.
  • Improved Responsiveness - Smoother, faster, and even animated (if you prefer it that way)!
  • Nested Pie Charts
  • Radar Chart Bezier Lines
  • Better Scales

You get the idea...

Let us know what you think and get that feedback going. PR's always welcome!