Skip to content

v4.0.2

Compare
Choose a tag to compare
@simaQ simaQ released this 16 Mar 04:32
· 740 commits to master since this release
New Features
  • 将 Util 在从 core.ts 移到 src/index.ts 下 (e8d05d16)
  • 添加一些矩阵变换相关的工具方法 (921a45f3)
  • interaction:
Bug Fixes
  • slider: when changeData, slider min max text should be update (b06c9ee3)
  • auto-fix: fix height when autoFit and container has padding (1102a4a7)
  • annotation: 修复 chart.annotation() 接口中 animateOption 属性不生效的问题,Closed #2146 (6a3ecba1)
  • scale: 修复日期正则表达式将 '20200229' 判断为 time 类型的问题, related #2115 (f31ccca7)