Skip to content

Version 2.7.3

Compare
Choose a tag to compare
@chartjs-ci chartjs-ci released this 15 Oct 17:21
· 245 commits to release since this release

Documentation: http://www.chartjs.org/docs/2.7.3/

Enhancements

  • #4841 Add ticks.precision option to linear scale
  • #5279 Added 'angle' option to Polar Charts. Thanks @slinhart
  • #5319 Enable arbitrary rotation of datapoints. Thanks @joelhamilton5
  • #5324 Enable running on virtual canvas on node. Thanks @SeanSobey
  • #5363 Skip point outside the clipping area. Thanks @veggiesaurus
  • #5521 Handle '\n' as new line in tooltips. Thanks @CWSites
  • #5585 Add support for Shadow DOM. Thanks @reda-alaoui
  • #5592 Call update() and render() with a config object. Thanks @nagix
  • #5597 Enhance the rounded rectangle implementation
  • #5613 Add 15 minutes time steps. Thanks @fenichelar
  • #5623 Refactor helpers.canvas.drawPoint(). Thanks @nagix

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

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