Chart.js v2.3.0 Release Notes

Release Date: 2016-09-22 // over 7 years ago
  • ๐Ÿ‘ท 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