Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 10:19
· 2170 commits to main since this release

🆕 feat

  • @visactor/vchart: support trimPadding for band type axis, which used to remove the blank space at both ends of the aixs, closed #1174
  • @visactor/vchart: custom mark support animation config
  • @visactor/vchart: support customShape of mark
  • @visactor/vchart: optimize auto mode of data-zoom, related #1416
  • @visactor/vchart: enhance marker's position ability
  • @visactor/vchart: mark area should support specify x x1 y and y1 both
  • @visactor/vchart: add light-mobile and dark-mobile theme, related #1414
  • @visactor/vchart: optmize performance of computing data
  • @visactor/vchart: support none in component layoutType
  • @visactor/vchart: support line/area label
  • @visactor/vchart: no longer register mobile theme in vchart
  • @visactor/vchart: feature: supports registered function expression syntax, related #1187

🐛 fix

  • @visactor/vchart: chart padding won't update when switching global theme
  • @visactor/vchart: fix spec modified unexpectedly in data model, details in #1514
  • @visactor/vchart: update enableSegements implemention

🔨 refactor

  • @visactor/vchart: refactor the inheritance structure of the chart module to make the layout system independent, details in #1428

⚡ perf

  • @visactor/vchart: dont need to call attrTransform() in compilable-mark
  • @visactor/vchart: remove getStatisticsDomain()
  • @visactor/vchart: dont call bounds calculate when user specify width/height of components

What's Changed

Full Changelog: v1.6.6...v1.7.0