Skip to content

Latest commit

 

History

History
80 lines (43 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

80 lines (43 loc) · 3.68 KB

0.8.16 (2021-07-28)

New Features

0.8.15 (2021-07-20)

New Features
  • legend: 修改连续图例 中的 values 配置 (#236) (d113b801)
  • legend: 图例 itemName.style 以及 itemValue.style 支持回调方法 (#227)" (#231) (6bb88825)
Bug Fixes
  • types: axis title 增加 position 的类型定义 (#235) (f097180d)

0.8.14 (2021-07-06)

Bug Fixes
  • legend: 修复 legend 组件无法通过回调设置 spacing 参数

0.8.4 (2020-12-17)

New Features

  • sourceMap: add src to files for sourceMap #209

0.8.3 (2020-11-30)

New Features

  • axis: 轴标签 autoHide 支持配置最小间距 #206

0.8.2 (2020-11-16)

Bug Fixes
  • axis: 坐标轴 title 重叠 #1820

0.7.4 (2020-09-21)

Bug Fixes
  • axis: 坐标轴 style 回调,如果用户没有填写全样式,使用传入的主题样式 (#191) (a5c854cd)

0.7.3 (2020-09-02)

New Features
  • axis: add label, grid, tickLine style callback typedefine (#187) (76a6d5dd)
Bug Fixes
  • slider: slider 更新的时候,组合的子组件不更新的问题 (#189) (fe6a2f6b)
  • trend: 修复趋势图中,面积绘制不正确的问题 (#186) (79d37a0c)
  • removeDom 节点不一定有 parentNode (#183) (c4b369e2)

0.7.2 (2020-08-17)

New Features
  • legend: 分类图例添加 itemMarginBottom 属性,用于调整图例项垂直方向的间距 (d2a92529)
  • axis: 自动计算 textBaseline (4401d921)
Bug Fixes
  • offsetX 和 offsetY 不需要参与 layoutBBox 计算 (df5700a6)

0.7.1 (2020-08-13)

New Features
Bug Fixes