Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 05:56
· 2613 commits to main since this release

🆕 feat

  • @visactor/vchart: add bar background mark for bar-like series, related #1154
  • @visactor/vchart: add updateElement callback in tooltip spec to configure custom tooltip DOM elements based on the default tooltip handler, related #1338
  • @visactor/vchart: enable exit animation while updating data
  • @visactor/vchart: support functional label.position config in line/area/scatter/bar series
  • @visactor/vchart: load browser or node env code dynamically
  • @visactor/vchart: dataScheme supports configuration by distinguishing series directions, related #1209
  • @visactor/vchart: data sampling & point overlap. close #460
  • @visactor/taro-vchart: support weapp

🐛 fix

  • @visactor/vchart: react-vchart mode not work
  • @visactor/vchart: optimize the trigger of hover in non-browser env
  • @visactor/vchart: if series mark is line, return stroke value when user want fill value, fixed #1388
  • @visactor/vchart: fix the angle offset in rose dimension tooltip, related #1263

⚡ perf

  • @visactor/vchart: create Stack and calculate stack attributes when need

What's Changed

New Contributors

Full Changelog: v1.5.4...v1.6.0