Chart.js v2.7.1 Release Notes

Release Date: 2017-10-28 // over 6 years ago
  • 2.7.1 is a bug fix release and also includes numerous documentation improvements

    ๐Ÿ“š Documentation: http://www.chartjs.org/docs/2.7.1/

    โœจ Enhancements

    • ๐Ÿ”Œ #4793 Added beforeTooltipDraw and afterTooltipDraw to plugins. Thanks @JewelsJLF

    ๐Ÿ›  Issues Fixed

    • ๐Ÿ›  #4295 Fixed min and max in time scale
    • ๐Ÿ›  #4762 Fixed regression in x-axis interaction mode
    • ๐Ÿ“ฑ #4774 Fixed chart responsiveness
    • ๐Ÿ›  #4779 Fixed unit used for auto ticks in time scale
    • ๐Ÿ’… #4781 Fixed handling of null style. Thanks @Rydori
    • ๐Ÿ›  #4783 Fixed color settings for BeforeLabel and BeforeBody. Thanks @Rittyan
    • ๐Ÿ›  #4795 Fixed handling of null labels
    • ๐Ÿ›  #4878 Fixed rollup issue caused by early access of the extend and inherits helpers
    • ๐Ÿ›  #4840 Fixed tooltip reset

    ๐Ÿ“š Documentation

    • #4736 Expand scale jsdocs
    • #4765 Consistent formatting for cartesian options
    • ๐Ÿ“š #4818 Update supported browser section of documentation
    • #4819 Typo in code comments. Thanks @einfallstoll
    • #4826 Clarification for using x/y coordinates with bar chart
    • #4851 Improved rendering of tables describing options. Thanks @minusf

    Development

    • โœ… #4880 Address test flakiness

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