Skip to content

Releases: antvis/G2Plot

2.4.6

06 Jan 00:26
5c7c747
Compare
Choose a tag to compare
Documentation Changes
New Features
  • scatter: 散点图气泡图添加 slider 缩略轴 scrollbar 滚动条 配置 (#3064) (c867afb0)

2.4.5

28 Dec 09:36
f8b6274
Compare
Choose a tag to compare
New Features
  • area: 面积图支持 line 独立设置 state,避免填充颜色出现问题 (#3053) (54342e6f)

2.4.0

10 Dec 02:40
d5cb740
Compare
Choose a tag to compare
New Features
Documentation Changes
Bug Fixes
Refactors
  • bar: 条形图重构,不需要反转数据 调整下坐标系即可. Breaking-changes maybe existed. (#2914) (b1d8f47b)

2.3.40

15 Nov 02:45
Compare
Choose a tag to compare
Documentation Changes
New Features
Bug Fixes
  • 修复文档错误 导致网站部署问题 (ce2a4ea9)

2.3.39

25 Oct 13:20
0d914ac
Compare
Choose a tag to compare
Documentation Changes
  • FAQ: 添加如何导出图片的说明文档 (#2936) (ab8cbe62)
New Features
  • line: 折线图支持区域填充 (#2939) (45cd61d8)
  • customInfo: 折线图、面积图支持 customInfo 配置 (#2937) (71b23a4d)

2.3.38

21 Oct 11:42
Compare
Choose a tag to compare
Documentation Changes
  • 添加 supportCSSTransform 参数的使用文档 (#2922) (d5ce6666)
New Features
Bug Fixes
  • pie: 修复饼图中心文本交互问题 (#2923) (c65f6ab6)
  • 修复个性化标签饼图 demo 预览图不显示的问题 (#2932) (bf846715)
  • bidirection-bar: 修复对称条形图 label 位置设置和默认配置 (#2921) (7f0ecba7)
  • area: 修复面积图中折线没有传入 seriesField (#2926) (f0967409)

2.3.37

18 Oct 06:45
efd30ca
Compare
Choose a tag to compare
Documentation Changes
  • heatmap: 通过 iframe 嵌入语雀图表指引文档 (6a00f9b8)
New Features
  • venn:
    • 韦恩图交互增强(修复图例激活元素交互 & 增强 active、highlight、selected 交互) (#2911) (ed5b71e2)
    • 韦恩图颜色回调重构 (#2909) (c3694961)
  • sunburst:
    • 丰富旭日图交互, 点击中心可以上卷 (#2903) (a8758fac)
    • 旭日图增加 activeDepth 配置,允许配置默认展示的层级深度 (#2902) (b3920c9d)
Bug Fixes
  • box: 修复箱形图异常点 view 的 label 只能展示一个 (#2913) (994c75d3)
  • funnel: 漏斗图 do not mutable data (#2900) (d92443e1)

2.3.36

08 Oct 06:29
7baa9e7
Compare
Choose a tag to compare
Documentation Changes
  • funnel: 漏斗图转化率信息组件文档 api 补全 (#2894) (3a708220)
  • label: 补充 label position 配置的文档说明 (#2896) (379df35f)
New Features
  • gauge: 仪表盘支持自定义指示器 indicator (#2892) (e36296b1)
  • line: 修复折线图 marker 交互, 以及丰富折线图自定义 marker demo (#2895) (078a358a)
Bug Fixes
  • sankey: 桑基图节点顺序需要保证原序 (#2897) (5ad43b72)
  • funnel: 修复漏斗图数据为 0 时,出现 conversionTag 样式问题 (#2893) (6a0512b7)
  • 修复开启 animation 引发 state 样式延迟渲染,导致单测错误 (#2891) (0e8de058)
Refactors
  • gauge: 米轨仪表盘绘制方案改造 & 单测 (#2890) (cc8fa33d)

2.3.35

26 Sep 14:51
Compare
Choose a tag to compare

New Features

  • venn(interaction): 添加韦恩图 selected 和 active 的交互 (#2871) (bf4b248f)
Bug Fixes
Documentation Changes
  • label: 增加一个数据标签的 demo (#2875) (626a50cd)
  • progress: 完善了进度条 progressStyle 的回调方法描述文档 (#2863) (240bb18e)
  • 增加一个漏斗图分析 demo (#2848) (4b3143e6)
  • 增加一个饼图 demo(个性化标签饼图) (#2853) (7fb1542b)
  • changelog: 删除重复的 changelog (#2843) (f9433c01)
Chores

2.3.33

09 Sep 10:02
6b6ac71
Compare
Choose a tag to compare
Documentation Changes
New Features
Bug Fixes