Chart.js v2.7.2 Release Notes

Release Date: 2018-03-01 // about 6 years ago
  • ๐Ÿ“š Documentation: http://www.chartjs.org/docs/2.7.2/

    โœจ Enhancements

    • #4891 Relax dependencies versions. Thanks @jsg2021
    • #4923 Reset only when animating (optimization)
    • #4994 Equally sized bars for bar charts
    • ๐ŸŽ #5062 Improve point.xRange and point.yRange performance. Thanks @fanthos
    • #5076 Prevent double ticks array reverse for logarithmic scale (optimization). Thanks @jcopperfield
    • 0๏ธโƒฃ #5095 Better default tooltip label format in the time scale
    • ๐Ÿ‘ #5240 Support multiple font colors for radial chart labels. Thanks @flaurida

    ๐Ÿ›  Issues Fixed

    ๐Ÿ“š Documentation

    Development

    • #4699 Suppress coveralls errors in forks. Thanks @andig
    • โฌ†๏ธ #4738 Upgrade to ESLint 4
    • โšก๏ธ #5053 Update license year and copyright holders
    • ๐Ÿ‘• #5112 Use the Chart.js shared ESLint config
    • #5113 Make Chart.layout(Service) importable
    • ๐Ÿ”Œ #5114 Make Chart.plugins importable
    • #5118 Rename Chart.layout to Chart.layouts
    • ๐Ÿ”’ #5138 Ignore package-lock.json
    • ๐ŸŒฒ #5143 Log gulp error. Thanks @loicbourgois
    • โœ… #5150 Test for showLines in scatter chart. Thanks @loicbourgois
    • ๐Ÿ‘• #5195 Setup HTML and JS linters for samples. Thanks @loicbourgois
    • #5217 Fix Slack invitation link

    ๐Ÿš€ More details in the release PR: #5145