Skip to content

πŸ’Ž Version 3.8.1

Compare
Choose a tag to compare
@junedchhipa junedchhipa released this 07 Jul 19:41

πŸ†• Enhancements

  • Add a new param updateSyncCharts in updateOptions method to control whether the update method should also update the sibling charts which are in the group.
  • Add a decimal point to small values to prevent duplicate yaxis labels

🐞 Bug fixes

  • Invert text anchor for negative values to prevent inconsistent data-labels in stacked horizontal bar charts - Thanks @thijscrombeen
  • Fix multiple brush targets in synced charts - Thanks @AurelReb
  • Remove ID attribute to prevent duplication - fixes #691
  • Fix unexpected formatter applied in bar charts - fixes #666

Misc Changes

  • Add missing types - fixes #696