v5.4.6
- docs: add doc for legend render by @moayuisuda in https://github.com/antvis/G2/pull/7216
- docs: add flame chart example by @moayuisuda in https://github.com/antvis/G2/pull/7217
Full Changelog: https://github.com/antvis/G2/compare/v5.4.5...v5.4.6
v5.4.5
- chore: add g2 recommend by @interstellarmt in https://github.com/antvis/G2/pull/7196
- chore: add g2 recommend by @Alexzjt in https://github.com/antvis/G2/pull/7201
- feat: add mark partition by @moayuisuda in https://github.com/antvis/G2/pull/7198
- docs: add liquid example by @interstellarmt in https://github.com/antvis/G2/pull/7203
- fix: update triggered height increase by @moayuisuda in https://github.com/antvis/G2/pull/7205
- fix: 手动触发第一个 x 的 tooltip 无效 by @moayuisuda in https://github.com/antvis/G2/pull/7209
- fix: adaptive slider logic by @interstellarmt in https://github.com/antvis/G2/pull/7208
- feat: changelog 5.4.5 by @moayuisuda in https://github.com/antvis/G2/pull/7211
Full Changelog: https://github.com/antvis/G2/compare/v5.4.4...v5.4.5
v5.4.4
- feat: update snapshots by @moayuisuda in https://github.com/antvis/G2/pull/7184
- feat: add component prefix by @interstellarmt in https://github.com/antvis/G2/pull/7186
- docs: 新增 slider 相关代码示例 by @interstellarmt in https://github.com/antvis/G2/pull/7190
- feat(interaction): add elementHoverScale for pie and donut charts by @interstellarmt in https://github.com/antvis/G2/pull/7189
- feat: legendFilter 中不同 scale 隔离 by @moayuisuda in https://github.com/antvis/G2/pull/7192
- chore: update version of dumi-theme-antv by @interstellarmt in https://github.com/antvis/G2/pull/7194
- chore: changelog v5.4.4 by @moayuisuda in https://github.com/antvis/G2/pull/7195
Full Changelog: https://github.com/antvis/G2/compare/5.4.3...v5.4.4
5.4.3
- 修复 legend:focus 的 off 误写成 on 的BUG by @wanglxi1 in https://github.com/antvis/G2/pull/7157
- chore: update version of @antv/dumi-theme-antv by @interstellarmt in https://github.com/antvis/G2/pull/7158
- 将 legend 的 emitter.off 移出循环 by @wanglxi1 in https://github.com/antvis/G2/pull/7160
- chore: fix site error by @interstellarmt in https://github.com/antvis/G2/pull/7168
- docs: feedback issue by @interstellarmt in https://github.com/antvis/G2/pull/7171
- fix: 修复 continuous legend 触发值错误 by @moayuisuda in https://github.com/antvis/G2/pull/7156
- chore: overrides monaco by @interstellarmt in https://github.com/antvis/G2/pull/7178
- feat: add disableAutoHide option to prevent the default tooltip auto-hide behavior by @chenmijiang in https://github.com/antvis/G2/pull/7173
- feat: legend 支持 render 配置 by @moayuisuda in https://github.com/antvis/G2/pull/7153
- @wanglxi1 made their first contribution in https://github.com/antvis/G2/pull/7157
Full Changelog: https://github.com/antvis/G2/compare/5.4.2...5.4.3
5.4.2
- chore: update version to 5.4.1 by @lxfu1 in https://github.com/antvis/G2/pull/7138
- feat: add bee swarm mark by @lxfu1 in https://github.com/antvis/G2/pull/7133
- feat: slider scale sync by @interstellarmt in https://github.com/antvis/G2/pull/7132
- feat: sparkLine support interval mark by @interstellarmt in https://github.com/antvis/G2/pull/7142
- docs: add sliderWheel docs by @interstellarmt in https://github.com/antvis/G2/pull/7143
- fix(interaction): prevent conflicts between page scrolling and event bubbling to enhance the interactive experience by @interstellarmt in https://github.com/antvis/G2/pull/7144
- feat: tooltip supports click to lock by @lxfu1 in https://github.com/antvis/G2/pull/7147
- docs: example 里透出 双轴图例子,以便 context7 读取 by @interstellarmt in https://github.com/antvis/G2/pull/7150
- feat: axis label adapts automatically by @lxfu1 in https://github.com/antvis/G2/pull/7151
- fix: tooltip display is abnormal by @lxfu1 in https://github.com/antvis/G2/pull/7149
- fix: legend 过滤时忽略标记元素 by @moayuisuda in https://github.com/antvis/G2/pull/7154
- chore: change log by @lxfu1 in https://github.com/antvis/G2/pull/7155
Full Changelog: https://github.com/antvis/G2/compare/5.4.1...5.4.2
5.4.1
- chore: change log by @lxfu1 in https://github.com/antvis/G2/pull/7103
- docs: add axis breaks documentation by @lxfu1 in https://github.com/antvis/G2/pull/7104
- feat: legend default select by @moayuisuda in https://github.com/antvis/G2/pull/7106
- fix: brushHighlight return incorrect selection after sliderFilter by @interstellarmt in https://github.com/antvis/G2/pull/7109
- chore: add compress option by @lxfu1 in https://github.com/antvis/G2/pull/7105
- docs: add legend focus example by @moayuisuda in https://github.com/antvis/G2/pull/7108
- docs: update axis breaks examples by @lxfu1 in https://github.com/antvis/G2/pull/7118
- feat: add interaction sliderWheel by @interstellarmt in https://github.com/antvis/G2/pull/7113
- feat: axis label supports the render configuration by @lxfu1 in https://github.com/antvis/G2/pull/7119
- chore: add issue automated by @interstellarmt in https://github.com/antvis/G2/pull/7122
- chore: move script by @interstellarmt in https://github.com/antvis/G2/pull/7124
- chore: update script by @interstellarmt in https://github.com/antvis/G2/pull/7126
- chore: fix automated script by @interstellarmt in https://github.com/antvis/G2/pull/7128
- fix: sankey view style configuration is invalid by @lxfu1 in https://github.com/antvis/G2/pull/7131
- docs: replace
topojsonwithtopojson-clientby @Jungzl in https://github.com/antvis/G2/pull/7120 - feat: make tooltip series scale independent by @moayuisuda in https://github.com/antvis/G2/pull/7115
Full Changelog: https://github.com/antvis/G2/compare/5.4.0...5.4.1
5.4.0
- feat: geoView's children inherit data by @moayuisuda in https://github.com/antvis/G2/pull/7037
- docs: 答疑问题整理,文档修改补充示例 by @interstellarmt in https://github.com/antvis/G2/pull/7042
- docs: add the documentation for legend item poptip by @lxfu1 in https://github.com/antvis/G2/pull/7044
- Revert "fix: 多轴图使用滚动条后会导致折线点位错乱" by @p-liar in https://github.com/antvis/G2/pull/7048
- docs: add overallconfig and fix docs issues by @interstellarmt in https://github.com/antvis/G2/pull/7049
- docs: fix document from user by @hustcc in https://github.com/antvis/G2/pull/7050
- feat: make mark series scale independent by @moayuisuda in https://github.com/antvis/G2/pull/7046
- fix: fix scrollbar init by @interstellarmt in https://github.com/antvis/G2/pull/7051
- fix: the exceedAdjust is not working when using the slider by @taoeer in https://github.com/antvis/G2/pull/7047
- docs: add introduction by @interstellarmt in https://github.com/antvis/G2/pull/7056
- docs: add chart introduction by @interstellarmt in https://github.com/antvis/G2/pull/7078
- feat: add a null tooltip for Mark interval by @lxfu1 in https://github.com/antvis/G2/pull/7071
- fix: tooltip fails caused by resize by @lxfu1 in https://github.com/antvis/G2/pull/7074
- fix: tooltip picking error when band width are not equal by @lxfu1 in https://github.com/antvis/G2/pull/7075
- fix: tooltip data x error by @lxfu1 in https://github.com/antvis/G2/pull/7076
- fix: 开启 scrollbar 组件,出现间距问题。 by @p-liar in https://github.com/antvis/G2/pull/7072
- fix: sankey change data by @interstellarmt in https://github.com/antvis/G2/pull/7086
- docs: add getDataByXY API by @lxfu1 in https://github.com/antvis/G2/pull/7087
- fix: snapshots by @lxfu1 in https://github.com/antvis/G2/pull/7090
- feat: tickLength支持回调函数配置,添加单测 by @interstellarmt in https://github.com/antvis/G2/pull/7089
- fix: render error when double click legend by @BQXBQX in https://github.com/antvis/G2/pull/6767
- feat: add broken axisY function by @lxfu1 in https://github.com/antvis/G2/pull/7079
- fix: heatmap自定义的tooltip items被覆盖,无法在render中自定义 by @interstellarmt in https://github.com/antvis/G2/pull/7095
- feat: focus icon bind click events by @moayuisuda in https://github.com/antvis/G2/pull/7091
- fix: emit slider filter should show correct label by @interstellarmt in https://github.com/antvis/G2/pull/7092
- feat: add double-click to close function & limit breaks range by @lxfu1 in https://github.com/antvis/G2/pull/7102
- @taoeer made their first contribution in https://github.com/antvis/G2/pull/7047
Full Changelog: https://github.com/antvis/G2/compare/5.3.5...5.4.0
5.3.5
- chore: add prepublish by @interstellarmt in https://github.com/antvis/G2/pull/7020
- fix: tooltip pick logic by @interstellarmt in https://github.com/antvis/G2/pull/7021
- docs: 新增「螺旋图」文档 by @Eomnational in https://github.com/antvis/G2/pull/6961
- fix: the abnormal lineWidth of the liquid shape by @lxfu1 in https://github.com/antvis/G2/pull/7018
- fix: the tooltip of the Heatmap is abnormal by @lxfu1 in https://github.com/antvis/G2/pull/7024
- docs: 删除todo下的螺旋图文档 by @Eomnational in https://github.com/antvis/G2/pull/7028
- docs: fix feedback issue by @interstellarmt in https://github.com/antvis/G2/pull/7032
- fix: corner radius abnormal of the pie chart by @lxfu1 in https://github.com/antvis/G2/pull/7023
- fix: 修复scrollbarFilter传参不生效问题 by @p-liar in https://github.com/antvis/G2/pull/7034
- docs: add overview card by @interstellarmt in https://github.com/antvis/G2/pull/7036
- fix: memory abnormal caused by tooltip emitter by @lxfu1 in https://github.com/antvis/G2/pull/7041
- fix: 多轴图使用滚动条后会导致折线点位错乱 by @p-liar in https://github.com/antvis/G2/pull/7038
Full Changelog: https://github.com/antvis/G2/compare/5.3.4...5.3.5
5.3.4
- docs: 新增「图表 API 文档」 by @interstellarmt in https://github.com/antvis/G2/pull/6876
- docs: add chart introduction by @interstellarmt in https://github.com/antvis/G2/pull/6895
- docs: 改造文档「进阶主题 - 关系图(graph) - treemap」(#6856) by @foolvip in https://github.com/antvis/G2/pull/6883
- docs: 改造文档「核心概念 - 比例尺(Scale)-quantile」 by @Eomnational in https://github.com/antvis/G2/pull/6898
- docs: 改造文档「核心概念 - 坐标系(Coordinate)-polar」 by @Eomnational in https://github.com/antvis/G2/pull/6905
- docs: update a new contributions charts by @ONLY-yours in https://github.com/antvis/G2/pull/6902
- docs: chart introduction & example by @interstellarmt in https://github.com/antvis/G2/pull/6919
- docs: 改造文档「核心概念 - 比例尺(Scale)-quantize」 by @pengcai6 in https://github.com/antvis/G2/pull/6900
- docs: 改造文档「核心概念 - 比例尺(Scale)-point」 by @Eomnational in https://github.com/antvis/G2/pull/6904
- docs: 改造文档「核心概念 - 比例尺(Scale)-threshold」 by @Eomnational in https://github.com/antvis/G2/pull/6903
- docs: 改造文档「核心概念 - 标记(Mark)- box」 by @pengcai6 in https://github.com/antvis/G2/pull/6911
- docs: 改造文档「核心概念 - 标记(Mark)- boxplot」 by @pengcai6 in https://github.com/antvis/G2/pull/6910
- docs: 改造文档「核心概念 - 交互(Interaction)- elementSelect、elementSelectByColor、elementSelectByX」 by @gh1031 in https://github.com/antvis/G2/pull/6913
- docs: 改造文档「核心概念 - 比例尺(Scale)-band」 by @pengcai6 in https://github.com/antvis/G2/pull/6908
- docs: 改造文档「核心概念 - 动画(Animate)-概览」 by @Eomnational in https://github.com/antvis/G2/pull/6906
- docs: 改造文档「核心概念 - 比例尺(Scale)-pow」 by @bT0nG in https://github.com/antvis/G2/pull/6922
- docs: 改造文档「核心概念 - 主题(Theme)- 概览」 by @pengcai6 in https://github.com/antvis/G2/pull/6912
- docs: 改造文档「核心概念 - 交互(Interaction)- brushAxisHighlight」 by @pengcai6 in https://github.com/antvis/G2/pull/6909
- docs: 改造文档「核心概念 - 比例尺(Scale)-ordinal」 by @pengcai6 in https://github.com/antvis/G2/pull/6907
- test: migrate to vitest by @ianzone in https://github.com/antvis/G2/pull/6889
- docs: 改造[核心概念-状态(State)]文档 by @fzr365 in https://github.com/antvis/G2/pull/6924
- docs: 新增「雷达图」文档 by @X-x-start in https://github.com/antvis/G2/pull/6927
- docs: 改造[核心概念-视图(View)]文档 by @fzr365 in https://github.com/antvis/G2/pull/6925
- docs: add examples of interaction events by @lxfu1 in https://github.com/antvis/G2/pull/6929
- docs: 改造文档「核心概念 - 转换(Transform)- sortX、sortY、sortColor」 by @fzr365 in https://github.com/antvis/G2/pull/6926
- docs: 新增「箱形图」文档 by @pengcai6 in https://github.com/antvis/G2/pull/6931
- docs: 新增「面积图」文档 by @Eomnational in https://github.com/antvis/G2/pull/6930
- docs: ob format script and formatted markdown by @interstellarmt in https://github.com/antvis/G2/pull/6936
- docs: 新增「带气泡的地图」文档 by @pengcai6 in https://github.com/antvis/G2/pull/6941
- docs: 添加子弹图介绍文档 by @pengcai6 in https://github.com/antvis/G2/pull/6942
- docs: 修改文档「核心概念 - 坐标系(Coordinate)- 概览」 by @interstellarmt in https://github.com/antvis/G2/pull/6934
- fix: chart.clear block trailing render by @moayuisuda in https://github.com/antvis/G2/pull/6897
- docs: 新增「双向柱状图」文档 by @X-x-start in https://github.com/antvis/G2/pull/6944
- docs: 修改文档「核心概念 - 比例尺(Scale)- 概览」 by @interstellarmt in https://github.com/antvis/G2/pull/6949
- docs: 新增「气泡图」文档 by @Eomnational in https://github.com/antvis/G2/pull/6943
- docs: 新增「等高线」文档 by @pengcai6 in https://github.com/antvis/G2/pull/6953
- docs: 新增「色块图」文档 by @Eomnational in https://github.com/antvis/G2/pull/6945
- docs: 新增「仪表盘」文档 by @Eomnational in https://github.com/antvis/G2/pull/6947
- docs: 新增「漏斗图」文档 by @Eomnational in https://github.com/antvis/G2/pull/6946
- docs: 新增「热力图」文档 by @Eomnational in https://github.com/antvis/G2/pull/6950
- docs: 新增「和弦图」文档 by @pengcai6 in https://github.com/antvis/G2/pull/6948
- docs: 新增「直方图」文档 by @Eomnational in https://github.com/antvis/G2/pull/6951
- docs: 新增「环图」 by @pengcai6 in https://github.com/antvis/G2/pull/6954
- docs: 添加「分级统计地图」文档 by @pengcai6 in https://github.com/antvis/G2/pull/6952
- docs: 新增「K线图」 by @pengcai6 in https://github.com/antvis/G2/pull/6957
- docs: 新增「马赛克图」文档 by @pengcai6 in https://github.com/antvis/G2/pull/6964
- docs: 新增「分组柱状图」文档 by @pengcai6 in https://github.com/antvis/G2/pull/6965
- docs: 新增「桑基图」文档 by @Eomnational in https://github.com/antvis/G2/pull/6958
- docs: 新增「玉珏图」文档 by @pengcai6 in https://github.com/antvis/G2/pull/6966
- docs: fix band docs by @Eomnational in https://github.com/antvis/G2/pull/6973
- docs: 文档优化 by @interstellarmt in https://github.com/antvis/G2/pull/6974
- docs: 新增「卡吉图」 by @pengcai6 in https://github.com/antvis/G2/pull/6959
- docs: document example exception by @lxfu1 in https://github.com/antvis/G2/pull/6980
- docs: fix example code syntax error by @lxfu1 in https://github.com/antvis/G2/pull/6983
- docs: add cleanup for chart instance on component unmount by @Jungzl in https://github.com/antvis/G2/pull/6984
- docs: 新增弧长连接图文档 by @afkdsghk211331 in https://github.com/antvis/G2/pull/6981
- docs: update chart gallery and add features by @interstellarmt in https://github.com/antvis/G2/pull/6987
- docs: update g2 ssr document by @hustcc in https://github.com/antvis/G2/pull/6989
- feat: 设置线型图例描边宽度默认值为4,优化展示效果 by @interstellarmt in https://github.com/antvis/G2/pull/6988
- docs: 新增「南丁格尔玫瑰图」文档 by @pengcai6 in https://github.com/antvis/G2/pull/6967
- chore: 新增内部AI生码超链 by @Alexzjt in https://github.com/antvis/G2/pull/6991
- docs: document fix by @interstellarmt in https://github.com/antvis/G2/pull/6992
- docs: 新增「折线图」文档 by @Eomnational in https://github.com/antvis/G2/pull/6955
- docs: 新增文档「核心概念 - 标记(Mark)- connector」 by @afkdsghk211331 in https://github.com/antvis/G2/pull/6933
- docs: translate and fix document by @interstellarmt in https://github.com/antvis/G2/pull/7000
- docs: 统一代码块格式,方便迁移到新ob by @interstellarmt in https://github.com/antvis/G2/pull/7002
- docs: 更新文档,ob 编辑器替换 Playground by @yvonneyx in https://github.com/antvis/G2/pull/7001
- docs: fix the position of cursor in code-editor-textarea by @interstellarmt in https://github.com/antvis/G2/pull/7003
- feat: exceedAdjust新增bounds参数,支持自定义边界区域,默认为view by @interstellarmt in https://github.com/antvis/G2/pull/7005
- feat: add angle calculation for circular gauges by @zhanghengxin in https://github.com/antvis/G2/pull/6999
- fix: sankey mark state not work by @wisonic-s in https://github.com/antvis/G2/pull/6918
- test: update snapshot by @interstellarmt in https://github.com/antvis/G2/pull/7007
- docs: fix feedback issues by @interstellarmt in https://github.com/antvis/G2/pull/7011
- docs: 新增「饼图」文档 by @Eomnational in https://github.com/antvis/G2/pull/6996
- fix: treemap drilldown interaction is ineffective in view mode by @lxfu1 in https://github.com/antvis/G2/pull/6997
- fix: Custom tooltip not working after using geoPath by @p-liar in https://github.com/antvis/G2/pull/7010
- feat: add label transform
overflowStrokeby @moayuisuda in https://github.com/antvis/G2/pull/7004 - docs: fix docs issues by @interstellarmt in https://github.com/antvis/G2/pull/7016
- docs: fix china map demo by @moayuisuda in https://github.com/antvis/G2/pull/7015
- docs: 修改文档错误 by @interstellarmt in https://github.com/antvis/G2/pull/7017
- chore: update version to 5.3.4 by @interstellarmt in https://github.com/antvis/G2/pull/7019
- @ONLY-yours made their first contribution in https://github.com/antvis/G2/pull/6902
- @bT0nG made their first contribution in https://github.com/antvis/G2/pull/6922
- @fzr365 made their first contribution in https://github.com/antvis/G2/pull/6924
- @X-x-start made their first contribution in https://github.com/antvis/G2/pull/6927
- @Alexzjt made their first contribution in https://github.com/antvis/G2/pull/6991
- @zhanghengxin made their first contribution in https://github.com/antvis/G2/pull/6999
- @wisonic-s made their first contribution in https://github.com/antvis/G2/pull/6918
- @p-liar made their first contribution in https://github.com/antvis/G2/pull/7010
Full Changelog: https://github.com/antvis/G2/compare/5.3.3...5.3.4