Skip to content

πŸ’Ž Version 3.5.1

Compare
Choose a tag to compare
@junedchhipa junedchhipa released this 04 Mar 08:24

🐞 Bug fixes

  • discard series length in stacked column charts when xaxis is datetime - fixes #308
  • escape seriesName to prevent querySelector errors - fixes #355
  • Data parsing error for xy series fixed; fixes #368
  • IE11 - replaced Global Number Constants; fixed y-axis range - fixes #366
  • Tiny responsive fix to prevent zoom issues when responsive config is present in time-series

Misc changes

  • Added rollup-strip-plugin - references #351
  • Make fontFamily & type optional - thanks @mikaelkaron
  • Removed unnecessary comments from tooltip function
  • tiny check in escapeString() function to prevent type errors