Skip to content

πŸ’Ž Version 3.22.1

Compare
Choose a tag to compare
@junedchhipa junedchhipa released this 01 Nov 13:38

πŸ†• Enhancements

  • Add min/maxSecond to DateTime.getTimeUnitsfromTimestamp() - Thanks, @jessecrossley
  • New property redrawOnWindowResize which allows you to control whether the chart should update when the window size changes. This is different from redrawOnParentResize which just checks for parent container resize events.
  • Re-add ESM build as requested by many users.

🐞 Bug Fixes

  • Prevent duplicate values on the y-axis - fixes #1960
  • Fixed circle chart size when show legend - Thanks, @FunkiR
  • Polar-area chart maxY bug fix