Skip to content

v1.7.3

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 07:58
· 1993 commits to main since this release

🆕 feat

  • @visactor/vchart: marker supports coordinatesOffset for points adjusting
  • @visactor/vchart: markLine supports x,y,y1 y,x,x1 and x,y,x1,y1 position
  • @visactor/vchart: markPoint support xy position
  • @visactor/vchart: marker's position property support relative coordinate
  • @visactor/vchart: marker's coordinate property supports callback
  • @visactor/vchart: cartesion crosshair's rect width support callback, support #1567
  • @visactor/vchart: polar crosshair supports default show
  • @visactor/vchart: support text omission position configuration suffixPosition
  • @visactor/vchart: supports pickStrokeBuffer style attribute for extending the stroke picking range

🐛 fix

  • @visactor/vchart: fix 3d bar chart with seriesField issue, closed #1646
  • @visactor/vchart: fix 3d chart z axis not work noamally issue, closed #1668
  • @visactor/vchart: clear old encode when update, fix #1630
  • @visactor/vchart: fix the problem that track mark has multiple elements in gauge series, related #1643
  • @visactor/vchart: fix the problem that gaugePointer series doesn't support custom innerRadius, related #1644
  • @visactor/vchart: fix the type error of markArea
  • @visactor/vchart: the outerBorder's color should be equal with labelBackground's fill by default
  • @visactor/vchart: fix oneByOne loop animation
  • @visactor/vchart: add align property for size legend, and fix the issue of the attribute assignment does not take effect, related #1553

🔨 refactor

  • @visactor/vchart: unify getVRenderComponents method in Component model

⚡ perf

  • @visactor/vchart: only call cloneDeepSpec() when need