What's Changed
- docs: 新增「图表 API 文档」 by @interstellarmt in #6876
- docs: add chart introduction by @interstellarmt in #6895
- docs: 改造文档「进阶主题 - 关系图(graph) - treemap」(#6856) by @foolvip in #6883
- docs: 改造文档「核心概念 - 比例尺(Scale)-quantile」 by @Eomnational in #6898
- docs: 改造文档「核心概念 - 坐标系(Coordinate)-polar」 by @Eomnational in #6905
- docs: update a new contributions charts by @ONLY-yours in #6902
- docs: chart introduction & example by @interstellarmt in #6919
- docs: 改造文档「核心概念 - 比例尺(Scale)-quantize」 by @pengcai6 in #6900
- docs: 改造文档「核心概念 - 比例尺(Scale)-point」 by @Eomnational in #6904
- docs: 改造文档「核心概念 - 比例尺(Scale)-threshold」 by @Eomnational in #6903
- docs: 改造文档「核心概念 - 标记(Mark)- box」 by @pengcai6 in #6911
- docs: 改造文档「核心概念 - 标记(Mark)- boxplot」 by @pengcai6 in #6910
- docs: 改造文档「核心概念 - 交互(Interaction)- elementSelect、elementSelectByColor、elementSelectByX」 by @gh1031 in #6913
- docs: 改造文档「核心概念 - 比例尺(Scale)-band」 by @pengcai6 in #6908
- docs: 改造文档「核心概念 - 动画(Animate)-概览」 by @Eomnational in #6906
- docs: 改造文档「核心概念 - 比例尺(Scale)-pow」 by @bT0nG in #6922
- docs: 改造文档「核心概念 - 主题(Theme)- 概览」 by @pengcai6 in #6912
- docs: 改造文档「核心概念 - 交互(Interaction)- brushAxisHighlight」 by @pengcai6 in #6909
- docs: 改造文档「核心概念 - 比例尺(Scale)-ordinal」 by @pengcai6 in #6907
- test: migrate to vitest by @ianzone in #6889
- docs: 改造[核心概念-状态(State)]文档 by @fzr365 in #6924
- docs: 新增「雷达图」文档 by @X-x-start in #6927
- docs: 改造[核心概念-视图(View)]文档 by @fzr365 in #6925
- docs: add examples of interaction events by @lxfu1 in #6929
- docs: 改造文档「核心概念 - 转换(Transform)- sortX、sortY、sortColor」 by @fzr365 in #6926
- docs: 新增「箱形图」文档 by @pengcai6 in #6931
- docs: 新增「面积图」文档 by @Eomnational in #6930
- docs: ob format script and formatted markdown by @interstellarmt in #6936
- docs: 新增「带气泡的地图」文档 by @pengcai6 in #6941
- docs: 添加子弹图介绍文档 by @pengcai6 in #6942
- docs: 修改文档「核心概念 - 坐标系(Coordinate)- 概览」 by @interstellarmt in #6934
- fix: chart.clear block trailing render by @moayuisuda in #6897
- docs: 新增「双向柱状图」文档 by @X-x-start in #6944
- docs: 修改文档「核心概念 - 比例尺(Scale)- 概览」 by @interstellarmt in #6949
- docs: 新增「气泡图」文档 by @Eomnational in #6943
- docs: 新增「等高线」文档 by @pengcai6 in #6953
- docs: 新增「色块图」文档 by @Eomnational in #6945
- docs: 新增「仪表盘」文档 by @Eomnational in #6947
- docs: 新增「漏斗图」文档 by @Eomnational in #6946
- docs: 新增「热力图」文档 by @Eomnational in #6950
- docs: 新增「和弦图」文档 by @pengcai6 in #6948
- docs: 新增「直方图」文档 by @Eomnational in #6951
- docs: 新增「环图」 by @pengcai6 in #6954
- docs: 添加「分级统计地图」文档 by @pengcai6 in #6952
- docs: 新增「K线图」 by @pengcai6 in #6957
- docs: 新增「马赛克图」文档 by @pengcai6 in #6964
- docs: 新增「分组柱状图」文档 by @pengcai6 in #6965
- docs: 新增「桑基图」文档 by @Eomnational in #6958
- docs: 新增「玉珏图」文档 by @pengcai6 in #6966
- docs: fix band docs by @Eomnational in #6973
- docs: 文档优化 by @interstellarmt in #6974
- docs: 新增「卡吉图」 by @pengcai6 in #6959
- docs: document example exception by @lxfu1 in #6980
- docs: fix example code syntax error by @lxfu1 in #6983
- docs: add cleanup for chart instance on component unmount by @Jungzl in #6984
- docs: 新增弧长连接图文档 by @afkdsghk211331 in #6981
- docs: update chart gallery and add features by @interstellarmt in #6987
- docs: update g2 ssr document by @hustcc in #6989
- feat: 设置线型图例描边宽度默认值为4,优化展示效果 by @interstellarmt in #6988
- docs: 新增「南丁格尔玫瑰图」文档 by @pengcai6 in #6967
- chore: 新增内部AI生码超链 by @Alexzjt in #6991
- docs: document fix by @interstellarmt in #6992
- docs: 新增「折线图」文档 by @Eomnational in #6955
- docs: 新增文档「核心概念 - 标记(Mark)- connector」 by @afkdsghk211331 in #6933
- docs: translate and fix document by @interstellarmt in #7000
- docs: 统一代码块格式,方便迁移到新ob by @interstellarmt in #7002
- docs: 更新文档,ob 编辑器替换 Playground by @yvonneyx in #7001
- docs: fix the position of cursor in code-editor-textarea by @interstellarmt in #7003
- feat: exceedAdjust新增bounds参数,支持自定义边界区域,默认为view by @interstellarmt in #7005
- feat: add angle calculation for circular gauges by @zhanghengxin in #6999
- fix: sankey mark state not work by @wisonic-s in #6918
- test: update snapshot by @interstellarmt in #7007
- docs: fix feedback issues by @interstellarmt in #7011
- docs: 新增「饼图」文档 by @Eomnational in #6996
- fix: treemap drilldown interaction is ineffective in view mode by @lxfu1 in #6997
- fix: Custom tooltip not working after using geoPath by @p-liar in #7010
- feat: add label transform
overflowStroke
by @moayuisuda in #7004 - docs: fix docs issues by @interstellarmt in #7016
- docs: fix china map demo by @moayuisuda in #7015
- docs: 修改文档错误 by @interstellarmt in #7017
- chore: update version to 5.3.4 by @interstellarmt in #7019
New Contributors
- @ONLY-yours made their first contribution in #6902
- @bT0nG made their first contribution in #6922
- @fzr365 made their first contribution in #6924
- @X-x-start made their first contribution in #6927
- @Alexzjt made their first contribution in #6991
- @zhanghengxin made their first contribution in #6999
- @wisonic-s made their first contribution in #6918
- @p-liar made their first contribution in #7010
Full Changelog: 5.3.3...5.3.4