Skip to content

v1.11.7

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 07:01
· 1394 commits to main since this release

🆕 feat

  • @visactor/vchart: support configuring callback function in indicator text style attributes, #2540
  • @visactor/vchart: add options hideTimer in toolti, to hide tooltip by timer
  • @visactor/vchart: support updateIndicatorDataById/updateIndicatorDataByIndex API, related #2776
  • @visactor/vchart: add userUpdateOptions to let user specify update type of charts, fix some animation bug

🐛 fix

  • barbackground: datakey is undefined when set custom datakey fix #2908
  • @visactor/vchart: fix the issue where barMaxWidth does not work when barWidth is configured, #2885`
  • @visactor/vchart: line/area clip animation by incorrect direction
  • crosshair: fix bug of crosshair position when legend filter data. fix #2905
  • @visactor/vchart: fix polar animation logic for radar charts
  • @visactor/vchart: type define fix