Releases: chartjs/Chart.js
Releases · chartjs/Chart.js
Version 1.0.2
Release notes:
- Resolves an issue with
cancelAnimationFramebeing 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
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
customTooltipsoption, 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
- 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
Update bower & package.json with version bump Forget this literally every time…
Version 1.0.1 beta
v1.0.1-beta 1.0.1-beta Update for bower/package.json
Version 1.0.0 beta
Merge pull request #388 from nnnick/v1-dev Version 1.0.0-beta release
Version 0.2.0
v0.2.0 Updated ETA