All Versions
72
Latest Version
Avg Release Cycle
12 days
Latest Release
533 days ago

Changelog History
Page 4

  • v2.3.27 Changes

    July 21, 2021
    📚 Documentation Changes
    • legend: 图例 itemName, itemValue 增加 style 回调 (#2712) (1b039b0b8)
    🐛 Bug Fixes
    • histogram: binNumber 设置出错 (#2708) (46d27699)
    • percentage stacked column: 修复 百分比堆叠分组柱状 展示不对 的问题 (#2688) (08e17224)
    • 修复 玉珏图没有考虑 isStack 的情况 重新计算最大值 (#2685) (397d8641)
    • rose: 玫瑰图 legend 默认配置,不进行 offset 偏移 (#2683) (86e23094)
    • bullet: 修复子弹图 状态量 中 设置 fill 为渐变色时,报错 (#791) (70083c2d1)
    • legend: 修复图例容器大小无法设置问题 (#2711) (3fb32f087)
    🔨 Refactors
  • v2.3.26 Changes

    July 07, 2021
    📚 Documentation Changes
    • column: fix-2669, 新增堆叠的柱状图展示总数 label 的 demo (#2681) (1ab8c3a3)
    🆕 New Features
    • sunburst: 旭日图增加一些字段元信息,如 同层级节点位置索引,祖先节点,儿子节点数量等 (#2679) (8c31012f)
    • connected-area: 联通区域支持样式配置 (#2667) (9a8e1e68)
    🐛 Bug Fixes
    • legend: 修复 legend marker 回调设置,spacing 不生效(#2671) (026f5eb)
  • v2.3.25 Changes

    June 30, 2021
    📚 Documentation Changes
    🆕 New Features
    • drill-down: 优化下下钻的面包屑位置 (#2664) (81beae66)
    🐛 Bug Fixes
    • scatter: when scatter data length = 1 and x is cat (#2661) (dba879ac)
    • scatter: 散点图刷选交互之后的 scale 处理 (#2649) (17e8f082)
    • funnel: funnel with empty data, #2616 (#2658) (ef797330)
    • bullet: 修复轴组件添加 max 时,子弹图 scale 呈现不正确问题 (#2639) (dd23da52)
  • v2.3.24 Changes

    June 16, 2021
    Chores
    📚 Documentation Changes
    🆕 New Features
    • sunburst: 旭日图增加 ignoreParentValue 配置 (#2637) (203774f5)
    🐛 Bug Fixes
    🔨 Refactors
    • funnel: 支持尖底漏斗图以及样式设置 (#2634) (0882b32d)
  • v2.3.23 Changes

    June 09, 2021
    Chores
    • 网站展示实际版本(use real version) (#2552) (627f8f06)
    📚 Documentation Changes
    • 文档 & 公告 (#2582) (86633a84)
      • docs: 修复图例文档
      • feat: 增加公告
      • docs: 增加小提琴图文档
      • docs: 增加 setGlobal & locale 相关文档
    • radar: 说明 seriesField 的使用 (#2561) (dd22c353)
    • radar: Radar seriesField 字段修复为非必需 (#2615) (e7e93793)
    • faq: fix typo in the faq.zh.md (#2607) (4a9d83f5)
    • faq: add browser compatibility in FAQ (#2596) (15ef6b97)
    • faq: update FAQ for liquid background (#2543) (fbc78513)
    • 修复链接 404 (#2568) (2c8ce437)
    • 🤡 使用 mock 数据 (#2606) (afbca087)
    🆕 New Features
    🐛 Bug Fixes
    • #2572: 修复堆叠分组状图 tooltip 展示不正常 (只展示第一个小分组的数据) (#2576) (85bbcb24)
    • #2573: 修复雷达图设置 point state 状态样式不生效 (#2577) (50a815ab)
    • issue-2502: 修复对称条形图 axis 设置 (#2565) (025446be)
    🔨 Refactors
    • drilldown: 矩阵树图下钻交互改造,旭日图支持下钻 (#2608) (8c5c3e2a)
  • v2.3.20 Changes

    May 13, 2021
    📚 Documentation Changes
    🆕 New Features
    • 柱条形图支持组间和组内 padding 的像素级设置 (#2539) (1c7d199d)
    • 支持上层 tree shaking (#2528) (7f4cd17d)
    • heatmap: 热力图主题色默认从 theme 中获取连续色板 (#2535) (4948f648)
    • sankey:
      • 桑基图支持配置 rawFields, 在节点和边上获取更多原始数据信息 (#2533) (60ab2f7b)
      • add nodeDraggable interaction configure (#2521) (6ae79bb7)
    • chord: 和弦图增加 state 通道 & 文档移除 color 配置 (#2527) (c23ef6c0)
    🐛 Bug Fixes
    • 修改桑基图 的 来源字段 type 类型为 cat (#2513) (c2e0d531)
    Other Changes
    🔨 Refactors
  • v2.3.19 Changes

    April 26, 2021
    📚 Documentation Changes
    • chord: 和弦图增加 examples 处的文档 (#2517) (1c43752c)
    • legend: 图例补全文档 (df6968ef)
    • 文档日常更新 & 网站导航增加周边生态 (#2509) (b216b5e5)
    🐛 Bug Fixes
    • 升级官网主题 & 修复文档命名错误 (#2508) (50999c32)
  • v2.3.18 Changes

    April 12, 2021
    Chores
    📚 Documentation Changes
    • 文档错误 (#2500) (c5a83826)
    • 图表组件文档完善 (#2481) (081971de)
    • 完善图例文档 & 增加图表组件的示例导航 & 补充图例两个 demo (#2477) (0740b371)
    • 完善 axis 文档(含 title, line, tickLine, subTickLine 等) (#2460) (7a651f7e)
    🆕 New Features
    • 为双轴图增加 setState 功能 (#2488) (61a3ed81)
    • options: 13+图表提供获取默认配置项的静态方法 (#2489) (f62ca2fd)
    🐛 Bug Fixes
    • sankey: depth is not right (#2503) (e349e32d)
    • gauge-theme: 仪表盘主题需要放在第一个设置,否则设置主题会失效 (#2501) (cee9c17b)
    • issue-2486: 不直接引用 @antv/matrix-util, 使用 G2 的 Util (#2499) (84fd908b)
    • 尝试修复词云图单测 (#2471) (ed682f21)
  • v2.3.17 Changes

    March 24, 2021
    📚 Documentation Changes
    • G2Plot Calendar: 补充组合图表 demo & 增加一个插件图表 (#2448) (772155db)
    • scrollbar: 补充滚动条滑块的高亮色文档 (#2449) (bfd9e24d)
    • label-line: 类型定义补全 (#2443) (33dfa3b1)
    • tooltip: 更新 tooltip 关于 marker 的文档 (#2439) (9836e08c)
    🆕 New Features
    • liquid: 水波图支持跟随主题色 & 水波图支持 outline 配置样式 & 文档以及 demo 优化 (#2455) (04f2a66c)
    • scatter: 散点图支持 color 和 shape 同时映射图例字段 & 添加单测 (#2406) (c7b7724e)
    • area: 面积图支持 startOnZero (#2444) (1cdea551)
    • conversion-tag: 转化分析 tag 添加 elements 信息,方便业务上使用 (#2441) (706942a7)
    🐛 Bug Fixes
  • v2.3.16 Changes

    March 17, 2021
    📚 Documentation Changes
    🆕 New Features
    • add coordinate attribute to heatmap (#2425) (55842a6b)
    • second-geometry: 辅助几何图形 point 支持独立设置 state style (#2429) (7d0a5301)
    🐛 Bug Fixes