Skip to content

Releases: chartjs/Chart.js

2.0.0-alpha

04 Jun 01:53
Compare
Choose a tag to compare
2.0.0-alpha Pre-release
Pre-release

Version 2.0.0-alpha is a first look at new and awesome Chart.js features. Building off of v1.1's animation refactor, chart scales have been completely rewritten by @etimberg. @tannerlinsley has added many needed enhancements to existing chart types, and chart configurations are now more powerful than ever.

  • Animate all things! (Almost everything is animatable now, including color changes).
  • You have more control over axis declarations and even have multiple axes on a single chart. For details, including screenshots, please see #1132
  • 10-100x speed improvements - by batching animation frames and eliminating extraneous data copies, everything runs faster, smoother and with less CPU
  • New core chart type - scatter plot that allows arbitrary placement of data points.
  • Chart configs, options, and data are now bound to the chart. No more traversing the chart object to update anything. Just update the options you originally passed to your new Chart and call .update() on your chart instance!
  • Easier API and access to custom overrides. metaData and metaDataset properties now house all of the Chart.js goodness and a simple custom property can override any color, border, etc. with ease. Just call .update()!
  • Plenty more that won't fit here. Feedback is greatly appreciated and PR's welcomed. Thanks!

Version 1.0.2

10 Mar 11:05
Compare
Choose a tag to compare

Release notes:

  • Resolves an issue with cancelAnimationFrame being called with an incorrect context
  • Fixes a divide by zero error with only one label
  • Handle negative arc sizing in chart segments
  • Better height/width calculation of chart canvases

Version 1.0.1

07 Jan 22:59
Compare
Choose a tag to compare

Release notes:

  • Calling destroy now will reset the canvas context, remove added inline styles, and set it to it's current width.
  • Props to @tannerlinsley for adding a new customTooltips option, which allows for easy HTML tooltips - example in /samples
  • Thanks to @fntneves for adding a new option or allowing vertical/horizontal grid lines of line/bar chart scales to be hidden via config option
  • A huge thank you to @fulldecent for setting up CI for the repo - will go a long way for providing a better tested codebase and a more automated workflow
  • Lastly a huge thank you to @derekperkins, @fulldecent, @jakesyl, @tannerlinsley and @etimberg for their help collaborating on the project, reviewing code and working through the project issues to make this release possible.

Version 1.0.1 beta-4

17 Aug 22:24
Compare
Choose a tag to compare
Version 1.0.1 beta-4 Pre-release
Pre-release
  • Now allows for spare data sets - just pass a null as part of your dataset to skip drawing that point/bar.
  • Also cap bezier lines to the scale bounds.

Version 1.0.1 beta-2

02 Jul 20:52
Compare
Choose a tag to compare
Version 1.0.1 beta-2 Pre-release
Pre-release
Update bower & package.json with version bump

Forget this literally every time…

Version 1.0.1 beta

01 Jul 10:12
Compare
Choose a tag to compare
Version 1.0.1 beta Pre-release
Pre-release
v1.0.1-beta

1.0.1-beta Update for bower/package.json

Version 1.0.0 beta

29 Jun 18:18
Compare
Choose a tag to compare
Version 1.0.0 beta Pre-release
Pre-release
Merge pull request #388 from nnnick/v1-dev

Version 1.0.0-beta release

Version 0.2.0

29 Jun 18:16
Compare
Choose a tag to compare
v0.2.0

Updated ETA