Skip to content

2.3.10

Compare
Choose a tag to compare
@liuzhenying liuzhenying released this 27 Jan 07:34
· 475 commits to master since this release
0cc4ac7

New Features

  • feat(gauge): 支持配置米轨仪表盘 (#2271) (53ebbfa)
  • feat(treemap): 矩形树图增加下钻交互 (#2219) (9f206e3)
  • feat(pie): 饼图 geometry 默认对 elemenent 的 zIndex 进行反序 (#2266) (a5971b6)
  • feat(pie): 饼图支持动态更新数据,支持通过 Pie.getDefauletOptions() 获取默认配置项 (#2257) (47fa687)
Bug Fixes
  • issue-2264 修复瀑布图 formatter 不生效 (#2270) (6787c8b)
  • fix: 修复散点图 size 回调不生效 (#2263) (510c1b5)
  • fix: 饼图数据存在 NaN 时,浏览器崩溃 && 修复中心统计文本更新为 false,再更新为显示,样式丢失 (#2257) (47fa687)
Documentation Changes