Skip to content

πŸ’Ž Version 3.12.0

Compare
Choose a tag to compare
@junedchhipa junedchhipa released this 01 Jan 17:39

πŸ”₯ Breaking Changes

  • Unused SVG.js code removed to bring down bundle size. Minified 449kB reduced to 425kB.
  • Removed IE11 polyfills and added lists of polyfills to add for IE11 support.
  • In radar chart, renamed the outer data labels as xaxis labels.

πŸ†• Enhancements

  • Data labels improved styling. Now, the data-labels can be given a background color to pop out clearly.
    fc3noor2 (9)

🐞 Bug fixes

  • Xaxis - one-hour offset issue fixed.- fixes #110, fixes #841
  • Broken CSV export (file not found) issue fixed.
  • Require.js issue fixed. Updated AMD build to prevent undefined error in require.js - fixes #357
  • Rotated yaxis labels x position fix - fixes #1038
  • Discrete markers fix square marker - fixes #892
  • Fix stroke issue for bubble - fixes #945
  • RemoveAnnotation cleanup - fixes #1126
  • Fixed a bug in toggleDataPointSelection for pie chart - fixes #1108

Misc changes

  • Added catalan locale - Thanks @ jmformenti
  • Revamp e2e tests implementation - Thanks @sergkop