Skip to content

v1.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 13:05
· 3640 commits to main since this release

🆕 feat

  • @visactor/vchart: the setDimensionIndex api supports deselecting ability by passing in null
  • @visactor/vchart: use precision calculations in waterfall charts to avoid unexpected values for labels, details in #721
  • @visactor/vchart: interactive default config.

🐛 fix

  • @visactor/vchart: log scale has no result about zero when bar stack has a zero baseline value. fix #634
  • @visactor/vchart: fix the user event listener becomes invalid after updateSpec
  • @visactor/vchart: fix bug of series mark static style are not updated when updateSpec
  • @visactor/vchart: fix bug data fields are not updated when updateSpec, details in #829
  • @visactor/vchart: fix the issue of animation config not work in common chart, related #814

⚡ perf

  • @visactor/vchart: optimize the performance of dimension-statistics
  • @visactor/vchart: only calculate dimensionTree when need

What's Changed

Full Changelog: v1.3.0...v1.3.2