Chart.js v2.7.3 Release Notes

Release Date: 2018-10-15 // over 5 years ago
  • ๐Ÿ“š Documentation: http://www.chartjs.org/docs/2.7.3/

    โœจ Enhancements

    ๐Ÿ›  Issues Fixed

    • ๐Ÿ“ฑ #4620 Fixed responsive in IE11 with padding as percentage. Thanks @andi-b
    • โšก๏ธ #5172 Avoid updating Chart when responsive: true and Chart is hidden. Thanks @jcopperfield
    • ๐Ÿ›  #5209 Fixed min and max option checks in linear scales. Thanks @teroman
    • ๐Ÿ›  #5321 Fixed line clipping at the chart area borders. Thanks @serhii-yakymuk
    • #5401 Proper tick position for right positioned axis
    • ๐Ÿ’… #5570 Restore original styles when removing hover
    • #5575 Event handling to use target instead currentTarget. Thanks @teroman
    • ๐Ÿ›  #5723 Fixed scale when data is all small numbers. Thanks @costerwi

    ๐Ÿ“š Documentation

    • ๐Ÿ”Œ #5309 Link to streaming plugin. Thanks @nagix
    • #5326 Document circumference and rotation options. Thanks @pgiraud
    • ๐Ÿ›  #5328 Fixed time point data sample
    • ๐Ÿ“š #5348 Fixed typo in legend documentation. Thanks @whoan
    • ๐Ÿ›  #5454 Fixed positioning in the custom tooltip example. Thanks @jung35
    • ๐Ÿ›  #5504 Fixed typo in README.md. Thanks @dkm
    • ๐Ÿ“š #5507 Fixed time documentation. Thanks @antoine-aumjaud
    • #5528 Clarify moment.js included in bundle cannot be used outside of chartjs. Thanks @gdvalderrama
    • ๐Ÿ“„ #5555 Replace ES6 by Webpack in the integration docs. Thanks @slokhorst
    • ๐Ÿ‘ #5571 Direct questions and support to StackOverflow
    • โšก๏ธ #5600 Update the descriptions of barThickness, offsetGridLines and offset. Thanks @nagix
    • #5625 Add label for first dataset in progress-bar example. Thanks @bartdeslagmulder
    • ๐Ÿ›  #5633 Fixed the example of Linear Radial Axis. Thanks @nagix
    • ๐Ÿ“š #5637 Add circular option documentation for grid lines. Thanks @nielmistry
    • ๐Ÿ’… #5638 Add a link to chartjs-plugin-style to extensions.md. Thanks @nagix
    • #5661 Add color to financial time series sample. Thanks @TPullen21
    • ๐Ÿ›  #5663 Fixed adding and removing datasets in bar samples. Thanks @TPullen21
    • ๐Ÿ“š #5719 Add "Accessibility" documentation page. Thanks @wuweiweiwu
    • #5734 Add Wicked-Charts to the extensions page. Thanks @maximAtanasov
    • ๐Ÿ“š #5736 Add scatter link in charts documentation. Thanks @miguelms95

    Development

    • #5382 Make Chart.Animation/animations/Tooltip importable
    • #5383 Make Chart.Scale/scaleService importable
    • โšก๏ธ #5478 Update gulpfile.js to use in strict mode. Thanks @ksokolowski7
    • #5595 Use comment for pull request template Thanks @DanielRuf
    • โœ… #5629 Disable hardware acceleration for unit tests
    • ๐Ÿ“„ #5724 Add gulp watch task for docs @wuweiweiwu
    • ๐Ÿ’… #5732 Add "point style" image tests

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