Skip to content

v1.10.4

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 09:59
· 486 commits to main since this release
c64f21d

馃啎 feat

  • @visactor/vchart: increase chart stacking capabilities, provide stackSort to support sorting when stacking

馃悰 fix

  • @visactor/vchart: axis unit in wrong position when hiding the axis domainLine
  • @visactor/vchart: fix issue of the order of data is not uniform in stack
  • @visactor/vchart: type defination of markArea & markPoint in common chart
  • @visactor/vchart: formatMethod of crosshair label runs multiple times, related #2501
  • @visactor/vchart: crosshair can't move when axis domain is very small, related #2492
  • @visactor/vchart: updateDataSync produces inconsistent results compared to direct drawing, related #2503

馃敤 refactor

  • @visactor/vchart: add event params vchart, which will updated in lifecycle events, close #2502