Skip to content

Version 2.3.0

Compare
Choose a tag to compare
@chartjs-ci chartjs-ci released this 22 Sep 19:03
· 689 commits to release since this release

This version adds back native bower support. We were able to get a name that matches in case with npm. bower install chart.js. Huge props to @simonbrunel for getting our build system working and fully automated.

New Features

  • Support a minimum unit on the time scale. Set time.minUnit to one of the time scale units to use. #3254 Thanks @ianks

Issues Fixed

  • An issue where a zero width border was incorrectly drawn. #3241 Thanks @Pikamander2
  • Fixed an incorrect link in the docs #3280 Thanks @trantorLiu
  • Return the correct tooltip labels when 2 category axes are used. #3278 Thanks @etimberg
  • Improve performance of the time scale by caching intermediate results. #3211 Thanks @desowin
  • Fixed an error when the legend of a pie chart was toggled and there were multiple datasets of different lengths. #3309 Thanks @zachpanz88

Development

More details in the release PR: #3321