Skip to content

v1.3.1

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

馃啎 feat

  • @visactor/vchart: lineHeight supports string proportional values, related #744
  • @visactor/vchart: upgrade vdataset for clone source data when call updateData

馃悰 fix

  • @visactor/vchart: move 'SeriesMarkNameEnum' to single file, solve the issue of codesandbox can not work, it looks like an error in the Codesandbox' bundler, see codesandbox/codesandbox-client#6435
  • @visactor/vchart: fix sortDataByAxis not work after updateData
  • @visactor/vchart: fix the issue of legend does not update after updateData, fix #769
  • @visactor/vchart: fix the issue of legend's maxHeight not work
  • @visactor/vchart: the issue of pie chart with null value, fixed #748
  • @visactor/vchart: fix the problem that the pie chart draws a full circle when the data is all 0, because the endAngle of the last piece of data is forced to configure the endAngle of polar coordinates
  • @visactor/vchart: fix the issue of seriesIndex not work in discrete legend, see #732