Skip to content

docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」 #6884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 19, 2025

Conversation

pengcai6
Copy link
Contributor

pengcai6 and others added 2 commits May 18, 2025 08:47
* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分
@coveralls
Copy link

coveralls commented May 19, 2025

Pull Request Test Coverage Report for Build 15106675389

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 86.644%

Totals Coverage Status
Change from base Build 15102797906: 0.0%
Covered Lines: 10997
Relevant Lines: 12289

💛 - Coveralls

@interstellarmt
Copy link
Contributor

interstellarmt commented May 19, 2025

感谢您的贡献 🎉 文档的内容很丰富~
以下是一些建议:

  1. 坐标系原理和开始使用放在概述下面作为子标题
  2. 最佳实践放在概述和配置项中间,更改为“使用场景”
  3. 完整示例使用spec的形式,即chart.options()

@pengcai6
Copy link
Contributor Author

感谢您的贡献 🎉 文档的内容很丰富~ 以下是一些建议:

  1. 坐标系原理和开始使用放在概述下面作为子标题
  2. 最佳实践放在概述和配置项中间,更改为“使用场景”
  3. 完整示例使用spec的形式,即chart.options()

优化完成

@interstellarmt
Copy link
Contributor

interstellarmt commented May 19, 2025

优化完成

感谢您的及时回应~还有一个小问题,在概述部分
玉珏图(又称南丁格尔玫瑰图、鸡冠花图)这里存在概念错误~
玉珏图是环形柱状图,用于周期性数据;
南丁格尔玫瑰图(鸡冠花图)是极坐标柱状图,用于分类数据对比
玉珏图(又称南丁格尔玫瑰图、鸡冠花图)应该修改为玉珏图

@pengcai6
Copy link
Contributor Author

优化完成

感谢您的及时回应~还有一个小问题,在概述部分 玉珏图(又称南丁格尔玫瑰图、鸡冠花图)这里存在概念错误~ 玉珏图是环形柱状图,用于周期性数据; 南丁格尔玫瑰图(鸡冠花图)是极坐标柱状图,用于分类数据对比 玉珏图(又称南丁格尔玫瑰图、鸡冠花图)应该修改为玉珏图

已经修正好了

@interstellarmt interstellarmt merged commit 8eaa1a1 into antvis:v5 May 19, 2025
2 checks passed
Eomnational pushed a commit to Eomnational/G2 that referenced this pull request May 20, 2025
* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>
interstellarmt added a commit that referenced this pull request May 20, 2025
* fix: update docs

* fix: bugs for radar coord and plot (#6864)

* fix: bugs for radar coord and plot

* feat: add demo: Multi-dimensional Radar

* chore: remove unused code

* feat(docs): sunburst add docs (#6866)

Co-authored-by: wb-xcf804241 <[email protected]>

* fix: integrate fmin internally (#6867)

* fix: integrate fmin internally

* fix: add unit test

* fix: add LICENSE

* fix: remove unused param

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档 (#6869)

* docs: 完善interaction/brushFilter文档

* docs: 完善interaction/brushXFilter&brushYFilter文档

* docs: 改造「核心概念 - 交互(Interaction)-brushFilter」文档/概述

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

---------

Co-authored-by: whf01206399 <[email protected]>

* test: update snapshots (#6875)

* fix: add channels property to GroupTransform type and update GroupNOptions type #6871 (#6873)

Co-authored-by: Mengting Jiang <[email protected]>

* docs: 改造 核心概念 - 坐标系(Coordinate)-theta」文档 (#6868)

* docs(coordinate): 更新 theta 坐标系文档

* docs(coordinate): theta 文档内容格式排版优化

---------

Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>

* fix: severity alert (#6877)

* docs: 改造文档「核心概念 - 比例尺(Scale)-log」 (#6881)

* feat(scale): log docs

* feat(scale): log docs

---------

Co-authored-by: wb-xcf804241 <[email protected]>

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByCo… (#6879)

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByColor,elementHighlightByX」文档

* fix: 解决review问题

---------

Co-authored-by: 听凤 <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」 (#6884)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>

* feat: 添加连接器的 offsetX 参数 (#6882)

* feat: 添加连接器的 offsetX 参数

* chore: remove .only from Jest tests

* fix: 更新连接器的偏移参数名称为 sourceOffsetX 和 targetOffsetX

* fix: 修正测试用例中的偏移参数值

* fix: 更新连接器样式中的偏移参数名称为 offsetY 和 targetOffsetY

* docs: add event examples (#6874)

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」 (#6891)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」

* docs(coordinate): 更新 parallel 坐标系文档
  - 完善平行坐标系的概述和原理说明
  - 添加详细的配置项说明和坐标系变换说明
  - 增加常见用例和使用场景部分

* docs(coordinate): parallel 文档内容格式排版优化
  - 保留原始示例代码的数据和样式
  - 优化示例代码,确保可正常预览

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」
* docs: 优化示例代码

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」 (#6890)

* fix: update docs

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」

* docs: update sqrt docs

* docs: update docs

* docs: update sqrt docs

* docs: update time docs

* docs: update time docs

---------

Co-authored-by: hustcc <[email protected]>
Co-authored-by: Frank William <[email protected]>
Co-authored-by: wb-xcf804241 <[email protected]>
Co-authored-by: Jungzl <[email protected]>
Co-authored-by: Wang Hongfei <[email protected]>
Co-authored-by: whf01206399 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>
Co-authored-by: chenmi <[email protected]>
Co-authored-by: Han.Z <[email protected]>
Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: gh1031 <[email protected]>
Co-authored-by: 听凤 <[email protected]>
Co-authored-by: pengcai <[email protected]>
Co-authored-by: shuzhuxvchuang <[email protected]>
Co-authored-by: Joel Alan <[email protected]>
foolvip pushed a commit to foolvip/G2 that referenced this pull request May 20, 2025
* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>
foolvip pushed a commit to foolvip/G2 that referenced this pull request May 20, 2025
* fix: update docs

* fix: bugs for radar coord and plot (antvis#6864)

* fix: bugs for radar coord and plot

* feat: add demo: Multi-dimensional Radar

* chore: remove unused code

* feat(docs): sunburst add docs (antvis#6866)

Co-authored-by: wb-xcf804241 <[email protected]>

* fix: integrate fmin internally (antvis#6867)

* fix: integrate fmin internally

* fix: add unit test

* fix: add LICENSE

* fix: remove unused param

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档 (antvis#6869)

* docs: 完善interaction/brushFilter文档

* docs: 完善interaction/brushXFilter&brushYFilter文档

* docs: 改造「核心概念 - 交互(Interaction)-brushFilter」文档/概述

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

---------

Co-authored-by: whf01206399 <[email protected]>

* test: update snapshots (antvis#6875)

* fix: add channels property to GroupTransform type and update GroupNOptions type antvis#6871 (antvis#6873)

Co-authored-by: Mengting Jiang <[email protected]>

* docs: 改造 核心概念 - 坐标系(Coordinate)-theta」文档 (antvis#6868)

* docs(coordinate): 更新 theta 坐标系文档

* docs(coordinate): theta 文档内容格式排版优化

---------

Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>

* fix: severity alert (antvis#6877)

* docs: 改造文档「核心概念 - 比例尺(Scale)-log」 (antvis#6881)

* feat(scale): log docs

* feat(scale): log docs

---------

Co-authored-by: wb-xcf804241 <[email protected]>

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByCo… (antvis#6879)

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByColor,elementHighlightByX」文档

* fix: 解决review问题

---------

Co-authored-by: 听凤 <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」 (antvis#6884)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>

* feat: 添加连接器的 offsetX 参数 (antvis#6882)

* feat: 添加连接器的 offsetX 参数

* chore: remove .only from Jest tests

* fix: 更新连接器的偏移参数名称为 sourceOffsetX 和 targetOffsetX

* fix: 修正测试用例中的偏移参数值

* fix: 更新连接器样式中的偏移参数名称为 offsetY 和 targetOffsetY

* docs: add event examples (antvis#6874)

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」 (antvis#6891)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」

* docs(coordinate): 更新 parallel 坐标系文档
  - 完善平行坐标系的概述和原理说明
  - 添加详细的配置项说明和坐标系变换说明
  - 增加常见用例和使用场景部分

* docs(coordinate): parallel 文档内容格式排版优化
  - 保留原始示例代码的数据和样式
  - 优化示例代码,确保可正常预览

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」
* docs: 优化示例代码

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」 (antvis#6890)

* fix: update docs

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」

* docs: update sqrt docs

* docs: update docs

* docs: update sqrt docs

* docs: update time docs

* docs: update time docs

---------

Co-authored-by: hustcc <[email protected]>
Co-authored-by: Frank William <[email protected]>
Co-authored-by: wb-xcf804241 <[email protected]>
Co-authored-by: Jungzl <[email protected]>
Co-authored-by: Wang Hongfei <[email protected]>
Co-authored-by: whf01206399 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>
Co-authored-by: chenmi <[email protected]>
Co-authored-by: Han.Z <[email protected]>
Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: gh1031 <[email protected]>
Co-authored-by: 听凤 <[email protected]>
Co-authored-by: pengcai <[email protected]>
Co-authored-by: shuzhuxvchuang <[email protected]>
Co-authored-by: Joel Alan <[email protected]>
interstellarmt added a commit that referenced this pull request May 21, 2025
* docs: 改造文档「进阶主题 - 关系图(graph) - treemap」(#6856)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」 (#6884)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>

* feat: 添加连接器的 offsetX 参数 (#6882)

* feat: 添加连接器的 offsetX 参数

* chore: remove .only from Jest tests

* fix: 更新连接器的偏移参数名称为 sourceOffsetX 和 targetOffsetX

* fix: 修正测试用例中的偏移参数值

* fix: 更新连接器样式中的偏移参数名称为 offsetY 和 targetOffsetY

* docs: add event examples (#6874)

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」 (#6891)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」

* docs(coordinate): 更新 parallel 坐标系文档
  - 完善平行坐标系的概述和原理说明
  - 添加详细的配置项说明和坐标系变换说明
  - 增加常见用例和使用场景部分

* docs(coordinate): parallel 文档内容格式排版优化
  - 保留原始示例代码的数据和样式
  - 优化示例代码,确保可正常预览

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」
* docs: 优化示例代码

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」 (#6890)

* fix: update docs

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」

* docs: update sqrt docs

* docs: update docs

* docs: update sqrt docs

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-fisheye」 #6849 (#6893)

* docs(coordinate): 更新 fisheye 坐标系文档
  - 完善鱼眼坐标系的概述和原理说明
  - 添加详细的配置项说明和参数解释
  - 增加常见用例和使用场景部分

* docs(coordinate): fisheye 文档内容格式排版优化
  - 优化文档结构和层次
  - 保留原始示例代码的数据和样式
  - 确保示例代码可正常预览

* docs:改造文档「核心概念 - 比例尺(Scale)-time」 (#6888)

* fix: update docs

* fix: bugs for radar coord and plot (#6864)

* fix: bugs for radar coord and plot

* feat: add demo: Multi-dimensional Radar

* chore: remove unused code

* feat(docs): sunburst add docs (#6866)

Co-authored-by: wb-xcf804241 <[email protected]>

* fix: integrate fmin internally (#6867)

* fix: integrate fmin internally

* fix: add unit test

* fix: add LICENSE

* fix: remove unused param

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档 (#6869)

* docs: 完善interaction/brushFilter文档

* docs: 完善interaction/brushXFilter&brushYFilter文档

* docs: 改造「核心概念 - 交互(Interaction)-brushFilter」文档/概述

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

---------

Co-authored-by: whf01206399 <[email protected]>

* test: update snapshots (#6875)

* fix: add channels property to GroupTransform type and update GroupNOptions type #6871 (#6873)

Co-authored-by: Mengting Jiang <[email protected]>

* docs: 改造 核心概念 - 坐标系(Coordinate)-theta」文档 (#6868)

* docs(coordinate): 更新 theta 坐标系文档

* docs(coordinate): theta 文档内容格式排版优化

---------

Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>

* fix: severity alert (#6877)

* docs: 改造文档「核心概念 - 比例尺(Scale)-log」 (#6881)

* feat(scale): log docs

* feat(scale): log docs

---------

Co-authored-by: wb-xcf804241 <[email protected]>

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByCo… (#6879)

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByColor,elementHighlightByX」文档

* fix: 解决review问题

---------

Co-authored-by: 听凤 <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」 (#6884)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>

* feat: 添加连接器的 offsetX 参数 (#6882)

* feat: 添加连接器的 offsetX 参数

* chore: remove .only from Jest tests

* fix: 更新连接器的偏移参数名称为 sourceOffsetX 和 targetOffsetX

* fix: 修正测试用例中的偏移参数值

* fix: 更新连接器样式中的偏移参数名称为 offsetY 和 targetOffsetY

* docs: add event examples (#6874)

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」 (#6891)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」

* docs(coordinate): 更新 parallel 坐标系文档
  - 完善平行坐标系的概述和原理说明
  - 添加详细的配置项说明和坐标系变换说明
  - 增加常见用例和使用场景部分

* docs(coordinate): parallel 文档内容格式排版优化
  - 保留原始示例代码的数据和样式
  - 优化示例代码,确保可正常预览

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」
* docs: 优化示例代码

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」 (#6890)

* fix: update docs

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」

* docs: update sqrt docs

* docs: update docs

* docs: update sqrt docs

* docs: update time docs

* docs: update time docs

---------

Co-authored-by: hustcc <[email protected]>
Co-authored-by: Frank William <[email protected]>
Co-authored-by: wb-xcf804241 <[email protected]>
Co-authored-by: Jungzl <[email protected]>
Co-authored-by: Wang Hongfei <[email protected]>
Co-authored-by: whf01206399 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>
Co-authored-by: chenmi <[email protected]>
Co-authored-by: Han.Z <[email protected]>
Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: gh1031 <[email protected]>
Co-authored-by: 听凤 <[email protected]>
Co-authored-by: pengcai <[email protected]>
Co-authored-by: shuzhuxvchuang <[email protected]>
Co-authored-by: Joel Alan <[email protected]>

* docs: 改造文档「核心概念 - 比例尺(Scale)-linear」 #6837 (#6892)

* docs: 调整文档

* docs: linear文档编写

* fix: 补充linear概述

---------

Co-authored-by: zuyou <[email protected]>

* fix: the position of the custom shape text and element:select is incorrect (#6878)

* fix: the position of the custom shape text and element:select is incorrect

* fix: ci

* fix: cr conversation

* fix: code lint

* chore: add a method to obtain data by point location (#6885)

* chore: add a method to obtain data by point location

* chore: add test

* chore: add notes

---------

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「进阶主题 - 关系图(graph) -treemap」(#6856)

---------

Co-authored-by: Mengting Jiang <[email protected]>
Co-authored-by: pengcai <[email protected]>
Co-authored-by: shuzhuxvchuang <[email protected]>
Co-authored-by: Joel Alan <[email protected]>
Co-authored-by: hustcc <[email protected]>
Co-authored-by: Zero1017 <[email protected]>
Co-authored-by: Frank William <[email protected]>
Co-authored-by: wb-xcf804241 <[email protected]>
Co-authored-by: Jungzl <[email protected]>
Co-authored-by: Wang Hongfei <[email protected]>
Co-authored-by: whf01206399 <[email protected]>
Co-authored-by: chenmi <[email protected]>
Co-authored-by: Han.Z <[email protected]>
Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: gh1031 <[email protected]>
Co-authored-by: 听凤 <[email protected]>
Co-authored-by: nimeidezxj <[email protected]>
Co-authored-by: zuyou <[email protected]>
ianzone pushed a commit to ianzone/G2 that referenced this pull request May 23, 2025
* fix: update docs

* fix: bugs for radar coord and plot (antvis#6864)

* fix: bugs for radar coord and plot

* feat: add demo: Multi-dimensional Radar

* chore: remove unused code

* feat(docs): sunburst add docs (antvis#6866)

Co-authored-by: wb-xcf804241 <[email protected]>

* fix: integrate fmin internally (antvis#6867)

* fix: integrate fmin internally

* fix: add unit test

* fix: add LICENSE

* fix: remove unused param

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档 (antvis#6869)

* docs: 完善interaction/brushFilter文档

* docs: 完善interaction/brushXFilter&brushYFilter文档

* docs: 改造「核心概念 - 交互(Interaction)-brushFilter」文档/概述

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

---------

Co-authored-by: whf01206399 <[email protected]>

* test: update snapshots (antvis#6875)

* fix: add channels property to GroupTransform type and update GroupNOptions type antvis#6871 (antvis#6873)

Co-authored-by: Mengting Jiang <[email protected]>

* docs: 改造 核心概念 - 坐标系(Coordinate)-theta」文档 (antvis#6868)

* docs(coordinate): 更新 theta 坐标系文档

* docs(coordinate): theta 文档内容格式排版优化

---------

Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>

* fix: severity alert (antvis#6877)

* docs: 改造文档「核心概念 - 比例尺(Scale)-log」 (antvis#6881)

* feat(scale): log docs

* feat(scale): log docs

---------

Co-authored-by: wb-xcf804241 <[email protected]>

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByCo… (antvis#6879)

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByColor,elementHighlightByX」文档

* fix: 解决review问题

---------

Co-authored-by: 听凤 <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」 (antvis#6884)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>

* feat: 添加连接器的 offsetX 参数 (antvis#6882)

* feat: 添加连接器的 offsetX 参数

* chore: remove .only from Jest tests

* fix: 更新连接器的偏移参数名称为 sourceOffsetX 和 targetOffsetX

* fix: 修正测试用例中的偏移参数值

* fix: 更新连接器样式中的偏移参数名称为 offsetY 和 targetOffsetY

* docs: add event examples (antvis#6874)

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」 (antvis#6891)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」

* docs(coordinate): 更新 parallel 坐标系文档
  - 完善平行坐标系的概述和原理说明
  - 添加详细的配置项说明和坐标系变换说明
  - 增加常见用例和使用场景部分

* docs(coordinate): parallel 文档内容格式排版优化
  - 保留原始示例代码的数据和样式
  - 优化示例代码,确保可正常预览

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」
* docs: 优化示例代码

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」 (antvis#6890)

* fix: update docs

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」

* docs: update sqrt docs

* docs: update docs

* docs: update sqrt docs

* docs: update time docs

* docs: update time docs

---------

Co-authored-by: hustcc <[email protected]>
Co-authored-by: Frank William <[email protected]>
Co-authored-by: wb-xcf804241 <[email protected]>
Co-authored-by: Jungzl <[email protected]>
Co-authored-by: Wang Hongfei <[email protected]>
Co-authored-by: whf01206399 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>
Co-authored-by: chenmi <[email protected]>
Co-authored-by: Han.Z <[email protected]>
Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: gh1031 <[email protected]>
Co-authored-by: 听凤 <[email protected]>
Co-authored-by: pengcai <[email protected]>
Co-authored-by: shuzhuxvchuang <[email protected]>
Co-authored-by: Joel Alan <[email protected]>
ianzone pushed a commit to ianzone/G2 that referenced this pull request May 23, 2025
* docs: 改造文档「进阶主题 - 关系图(graph) - treemap」(antvis#6856)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」 (antvis#6884)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>

* feat: 添加连接器的 offsetX 参数 (antvis#6882)

* feat: 添加连接器的 offsetX 参数

* chore: remove .only from Jest tests

* fix: 更新连接器的偏移参数名称为 sourceOffsetX 和 targetOffsetX

* fix: 修正测试用例中的偏移参数值

* fix: 更新连接器样式中的偏移参数名称为 offsetY 和 targetOffsetY

* docs: add event examples (antvis#6874)

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」 (antvis#6891)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」

* docs(coordinate): 更新 parallel 坐标系文档
  - 完善平行坐标系的概述和原理说明
  - 添加详细的配置项说明和坐标系变换说明
  - 增加常见用例和使用场景部分

* docs(coordinate): parallel 文档内容格式排版优化
  - 保留原始示例代码的数据和样式
  - 优化示例代码,确保可正常预览

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」
* docs: 优化示例代码

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」 (antvis#6890)

* fix: update docs

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」

* docs: update sqrt docs

* docs: update docs

* docs: update sqrt docs

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-fisheye」 antvis#6849 (antvis#6893)

* docs(coordinate): 更新 fisheye 坐标系文档
  - 完善鱼眼坐标系的概述和原理说明
  - 添加详细的配置项说明和参数解释
  - 增加常见用例和使用场景部分

* docs(coordinate): fisheye 文档内容格式排版优化
  - 优化文档结构和层次
  - 保留原始示例代码的数据和样式
  - 确保示例代码可正常预览

* docs:改造文档「核心概念 - 比例尺(Scale)-time」 (antvis#6888)

* fix: update docs

* fix: bugs for radar coord and plot (antvis#6864)

* fix: bugs for radar coord and plot

* feat: add demo: Multi-dimensional Radar

* chore: remove unused code

* feat(docs): sunburst add docs (antvis#6866)

Co-authored-by: wb-xcf804241 <[email protected]>

* fix: integrate fmin internally (antvis#6867)

* fix: integrate fmin internally

* fix: add unit test

* fix: add LICENSE

* fix: remove unused param

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档 (antvis#6869)

* docs: 完善interaction/brushFilter文档

* docs: 完善interaction/brushXFilter&brushYFilter文档

* docs: 改造「核心概念 - 交互(Interaction)-brushFilter」文档/概述

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

---------

Co-authored-by: whf01206399 <[email protected]>

* test: update snapshots (antvis#6875)

* fix: add channels property to GroupTransform type and update GroupNOptions type antvis#6871 (antvis#6873)

Co-authored-by: Mengting Jiang <[email protected]>

* docs: 改造 核心概念 - 坐标系(Coordinate)-theta」文档 (antvis#6868)

* docs(coordinate): 更新 theta 坐标系文档

* docs(coordinate): theta 文档内容格式排版优化

---------

Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>

* fix: severity alert (antvis#6877)

* docs: 改造文档「核心概念 - 比例尺(Scale)-log」 (antvis#6881)

* feat(scale): log docs

* feat(scale): log docs

---------

Co-authored-by: wb-xcf804241 <[email protected]>

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByCo… (antvis#6879)

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByColor,elementHighlightByX」文档

* fix: 解决review问题

---------

Co-authored-by: 听凤 <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」 (antvis#6884)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>

* feat: 添加连接器的 offsetX 参数 (antvis#6882)

* feat: 添加连接器的 offsetX 参数

* chore: remove .only from Jest tests

* fix: 更新连接器的偏移参数名称为 sourceOffsetX 和 targetOffsetX

* fix: 修正测试用例中的偏移参数值

* fix: 更新连接器样式中的偏移参数名称为 offsetY 和 targetOffsetY

* docs: add event examples (antvis#6874)

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」 (antvis#6891)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」

* docs(coordinate): 更新 parallel 坐标系文档
  - 完善平行坐标系的概述和原理说明
  - 添加详细的配置项说明和坐标系变换说明
  - 增加常见用例和使用场景部分

* docs(coordinate): parallel 文档内容格式排版优化
  - 保留原始示例代码的数据和样式
  - 优化示例代码,确保可正常预览

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」
* docs: 优化示例代码

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」 (antvis#6890)

* fix: update docs

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」

* docs: update sqrt docs

* docs: update docs

* docs: update sqrt docs

* docs: update time docs

* docs: update time docs

---------

Co-authored-by: hustcc <[email protected]>
Co-authored-by: Frank William <[email protected]>
Co-authored-by: wb-xcf804241 <[email protected]>
Co-authored-by: Jungzl <[email protected]>
Co-authored-by: Wang Hongfei <[email protected]>
Co-authored-by: whf01206399 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>
Co-authored-by: chenmi <[email protected]>
Co-authored-by: Han.Z <[email protected]>
Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: gh1031 <[email protected]>
Co-authored-by: 听凤 <[email protected]>
Co-authored-by: pengcai <[email protected]>
Co-authored-by: shuzhuxvchuang <[email protected]>
Co-authored-by: Joel Alan <[email protected]>

* docs: 改造文档「核心概念 - 比例尺(Scale)-linear」 antvis#6837 (antvis#6892)

* docs: 调整文档

* docs: linear文档编写

* fix: 补充linear概述

---------

Co-authored-by: zuyou <[email protected]>

* fix: the position of the custom shape text and element:select is incorrect (antvis#6878)

* fix: the position of the custom shape text and element:select is incorrect

* fix: ci

* fix: cr conversation

* fix: code lint

* chore: add a method to obtain data by point location (antvis#6885)

* chore: add a method to obtain data by point location

* chore: add test

* chore: add notes

---------

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「进阶主题 - 关系图(graph) -treemap」(antvis#6856)

---------

Co-authored-by: Mengting Jiang <[email protected]>
Co-authored-by: pengcai <[email protected]>
Co-authored-by: shuzhuxvchuang <[email protected]>
Co-authored-by: Joel Alan <[email protected]>
Co-authored-by: hustcc <[email protected]>
Co-authored-by: Zero1017 <[email protected]>
Co-authored-by: Frank William <[email protected]>
Co-authored-by: wb-xcf804241 <[email protected]>
Co-authored-by: Jungzl <[email protected]>
Co-authored-by: Wang Hongfei <[email protected]>
Co-authored-by: whf01206399 <[email protected]>
Co-authored-by: chenmi <[email protected]>
Co-authored-by: Han.Z <[email protected]>
Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: gh1031 <[email protected]>
Co-authored-by: 听凤 <[email protected]>
Co-authored-by: nimeidezxj <[email protected]>
Co-authored-by: zuyou <[email protected]>
hustcc added a commit that referenced this pull request May 23, 2025
* test: migrate to vitest

* test: timeout 100s

* test: vitest exclude api-chart-on-component-click.spec.ts

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」 (#6891)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」

* docs(coordinate): 更新 parallel 坐标系文档
  - 完善平行坐标系的概述和原理说明
  - 添加详细的配置项说明和坐标系变换说明
  - 增加常见用例和使用场景部分

* docs(coordinate): parallel 文档内容格式排版优化
  - 保留原始示例代码的数据和样式
  - 优化示例代码,确保可正常预览

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」
* docs: 优化示例代码

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」 (#6890)

* fix: update docs

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」

* docs: update sqrt docs

* docs: update docs

* docs: update sqrt docs

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-fisheye」 #6849 (#6893)

* docs(coordinate): 更新 fisheye 坐标系文档
  - 完善鱼眼坐标系的概述和原理说明
  - 添加详细的配置项说明和参数解释
  - 增加常见用例和使用场景部分

* docs(coordinate): fisheye 文档内容格式排版优化
  - 优化文档结构和层次
  - 保留原始示例代码的数据和样式
  - 确保示例代码可正常预览

* docs:改造文档「核心概念 - 比例尺(Scale)-time」 (#6888)

* fix: update docs

* fix: bugs for radar coord and plot (#6864)

* fix: bugs for radar coord and plot

* feat: add demo: Multi-dimensional Radar

* chore: remove unused code

* feat(docs): sunburst add docs (#6866)

Co-authored-by: wb-xcf804241 <[email protected]>

* fix: integrate fmin internally (#6867)

* fix: integrate fmin internally

* fix: add unit test

* fix: add LICENSE

* fix: remove unused param

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档 (#6869)

* docs: 完善interaction/brushFilter文档

* docs: 完善interaction/brushXFilter&brushYFilter文档

* docs: 改造「核心概念 - 交互(Interaction)-brushFilter」文档/概述

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

---------

Co-authored-by: whf01206399 <[email protected]>

* test: update snapshots (#6875)

* fix: add channels property to GroupTransform type and update GroupNOptions type #6871 (#6873)

Co-authored-by: Mengting Jiang <[email protected]>

* docs: 改造 核心概念 - 坐标系(Coordinate)-theta」文档 (#6868)

* docs(coordinate): 更新 theta 坐标系文档

* docs(coordinate): theta 文档内容格式排版优化

---------

Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>

* fix: severity alert (#6877)

* docs: 改造文档「核心概念 - 比例尺(Scale)-log」 (#6881)

* feat(scale): log docs

* feat(scale): log docs

---------

Co-authored-by: wb-xcf804241 <[email protected]>

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByCo… (#6879)

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByColor,elementHighlightByX」文档

* fix: 解决review问题

---------

Co-authored-by: 听凤 <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」 (#6884)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>

* feat: 添加连接器的 offsetX 参数 (#6882)

* feat: 添加连接器的 offsetX 参数

* chore: remove .only from Jest tests

* fix: 更新连接器的偏移参数名称为 sourceOffsetX 和 targetOffsetX

* fix: 修正测试用例中的偏移参数值

* fix: 更新连接器样式中的偏移参数名称为 offsetY 和 targetOffsetY

* docs: add event examples (#6874)

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」 (#6891)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」

* docs(coordinate): 更新 parallel 坐标系文档
  - 完善平行坐标系的概述和原理说明
  - 添加详细的配置项说明和坐标系变换说明
  - 增加常见用例和使用场景部分

* docs(coordinate): parallel 文档内容格式排版优化
  - 保留原始示例代码的数据和样式
  - 优化示例代码,确保可正常预览

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」
* docs: 优化示例代码

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」 (#6890)

* fix: update docs

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」

* docs: update sqrt docs

* docs: update docs

* docs: update sqrt docs

* docs: update time docs

* docs: update time docs

---------

Co-authored-by: hustcc <[email protected]>
Co-authored-by: Frank William <[email protected]>
Co-authored-by: wb-xcf804241 <[email protected]>
Co-authored-by: Jungzl <[email protected]>
Co-authored-by: Wang Hongfei <[email protected]>
Co-authored-by: whf01206399 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>
Co-authored-by: chenmi <[email protected]>
Co-authored-by: Han.Z <[email protected]>
Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: gh1031 <[email protected]>
Co-authored-by: 听凤 <[email protected]>
Co-authored-by: pengcai <[email protected]>
Co-authored-by: shuzhuxvchuang <[email protected]>
Co-authored-by: Joel Alan <[email protected]>

* docs: 改造文档「核心概念 - 比例尺(Scale)-linear」 #6837 (#6892)

* docs: 调整文档

* docs: linear文档编写

* fix: 补充linear概述

---------

Co-authored-by: zuyou <[email protected]>

* fix: the position of the custom shape text and element:select is incorrect (#6878)

* fix: the position of the custom shape text and element:select is incorrect

* fix: ci

* fix: cr conversation

* fix: code lint

* chore: add a method to obtain data by point location (#6885)

* chore: add a method to obtain data by point location

* chore: add test

* chore: add notes

---------

Co-authored-by: hustcc <[email protected]>

* chore: changelog (#6896)

* docs: add chart api document (#6876)

* docs: add chart api document

* docs: adjust api document framework

* docs: add chart api

* docs: add chart api

* docs: translate the API documentation into English

* docs: add a11y plugin document

* docs: 调整菜单顺序,补充mark的介绍

* docs: attr支持的参数表格 & 补充viewStyle()

* docs: 添加遗漏api,翻译英文文档

* docs: 删除旧api文档,指引到新的文档

---------

Co-authored-by: hustcc <[email protected]>

* docs: add chart introduction (#6895)

* feat: g2图表介绍页面框架

* docs: 图表介绍页面框架

---------

Co-authored-by: s3327884 <[email protected]>

* docs: 改造文档「进阶主题 - 关系图(graph) - treemap」(#6856) (#6883)

* docs: 改造文档「进阶主题 - 关系图(graph) - treemap」(#6856)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」 (#6884)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>

* feat: 添加连接器的 offsetX 参数 (#6882)

* feat: 添加连接器的 offsetX 参数

* chore: remove .only from Jest tests

* fix: 更新连接器的偏移参数名称为 sourceOffsetX 和 targetOffsetX

* fix: 修正测试用例中的偏移参数值

* fix: 更新连接器样式中的偏移参数名称为 offsetY 和 targetOffsetY

* docs: add event examples (#6874)

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」 (#6891)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」

* docs(coordinate): 更新 parallel 坐标系文档
  - 完善平行坐标系的概述和原理说明
  - 添加详细的配置项说明和坐标系变换说明
  - 增加常见用例和使用场景部分

* docs(coordinate): parallel 文档内容格式排版优化
  - 保留原始示例代码的数据和样式
  - 优化示例代码,确保可正常预览

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」
* docs: 优化示例代码

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」 (#6890)

* fix: update docs

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」

* docs: update sqrt docs

* docs: update docs

* docs: update sqrt docs

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-fisheye」 #6849 (#6893)

* docs(coordinate): 更新 fisheye 坐标系文档
  - 完善鱼眼坐标系的概述和原理说明
  - 添加详细的配置项说明和参数解释
  - 增加常见用例和使用场景部分

* docs(coordinate): fisheye 文档内容格式排版优化
  - 优化文档结构和层次
  - 保留原始示例代码的数据和样式
  - 确保示例代码可正常预览

* docs:改造文档「核心概念 - 比例尺(Scale)-time」 (#6888)

* fix: update docs

* fix: bugs for radar coord and plot (#6864)

* fix: bugs for radar coord and plot

* feat: add demo: Multi-dimensional Radar

* chore: remove unused code

* feat(docs): sunburst add docs (#6866)

Co-authored-by: wb-xcf804241 <[email protected]>

* fix: integrate fmin internally (#6867)

* fix: integrate fmin internally

* fix: add unit test

* fix: add LICENSE

* fix: remove unused param

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档 (#6869)

* docs: 完善interaction/brushFilter文档

* docs: 完善interaction/brushXFilter&brushYFilter文档

* docs: 改造「核心概念 - 交互(Interaction)-brushFilter」文档/概述

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

* docs: 改造「核心概念 - 转换(Transform)-select、selectX、selectY」文档

---------

Co-authored-by: whf01206399 <[email protected]>

* test: update snapshots (#6875)

* fix: add channels property to GroupTransform type and update GroupNOptions type #6871 (#6873)

Co-authored-by: Mengting Jiang <[email protected]>

* docs: 改造 核心概念 - 坐标系(Coordinate)-theta」文档 (#6868)

* docs(coordinate): 更新 theta 坐标系文档

* docs(coordinate): theta 文档内容格式排版优化

---------

Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>

* fix: severity alert (#6877)

* docs: 改造文档「核心概念 - 比例尺(Scale)-log」 (#6881)

* feat(scale): log docs

* feat(scale): log docs

---------

Co-authored-by: wb-xcf804241 <[email protected]>

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByCo… (#6879)

* docs: 改造「核心概念 - 交互(Interaction)-elementHighlight,elementHighlightByColor,elementHighlightByX」文档

* fix: 解决review问题

---------

Co-authored-by: 听凤 <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」 (#6884)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」

* docs: 更新 radial 坐标系文档
  - 完善径向坐标系的概述和原理说明
  - 添加详细的配置项说明和角度单位对照表
  - 增加常见用例和最佳实践部分

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 更新 radial 坐标系文档

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
* docs: 修正 radial 坐标系文档

---------

Co-authored-by: Mengting Jiang <[email protected]>

* feat: 添加连接器的 offsetX 参数 (#6882)

* feat: 添加连接器的 offsetX 参数

* chore: remove .only from Jest tests

* fix: 更新连接器的偏移参数名称为 sourceOffsetX 和 targetOffsetX

* fix: 修正测试用例中的偏移参数值

* fix: 更新连接器样式中的偏移参数名称为 offsetY 和 targetOffsetY

* docs: add event examples (#6874)

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」 (#6891)

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」

* docs(coordinate): 更新 parallel 坐标系文档
  - 完善平行坐标系的概述和原理说明
  - 添加详细的配置项说明和坐标系变换说明
  - 增加常见用例和使用场景部分

* docs(coordinate): parallel 文档内容格式排版优化
  - 保留原始示例代码的数据和样式
  - 优化示例代码,确保可正常预览

* docs: 改造文档「核心概念 - 坐标系(Coordinate)-parallel」
* docs: 优化示例代码

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」 (#6890)

* fix: update docs

* docs: 改造文档「核心概念 - 比例尺(Scale)-sqrt」

* docs: update sqrt docs

* docs: update docs

* docs: update sqrt docs

* docs: update time docs

* docs: update time docs

---------

Co-authored-by: hustcc <[email protected]>
Co-authored-by: Frank William <[email protected]>
Co-authored-by: wb-xcf804241 <[email protected]>
Co-authored-by: Jungzl <[email protected]>
Co-authored-by: Wang Hongfei <[email protected]>
Co-authored-by: whf01206399 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>
Co-authored-by: chenmi <[email protected]>
Co-authored-by: Han.Z <[email protected]>
Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: gh1031 <[email protected]>
Co-authored-by: 听凤 <[email protected]>
Co-authored-by: pengcai <[email protected]>
Co-authored-by: shuzhuxvchuang <[email protected]>
Co-authored-by: Joel Alan <[email protected]>

* docs: 改造文档「核心概念 - 比例尺(Scale)-linear」 #6837 (#6892)

* docs: 调整文档

* docs: linear文档编写

* fix: 补充linear概述

---------

Co-authored-by: zuyou <[email protected]>

* fix: the position of the custom shape text and element:select is incorrect (#6878)

* fix: the position of the custom shape text and element:select is incorrect

* fix: ci

* fix: cr conversation

* fix: code lint

* chore: add a method to obtain data by point location (#6885)

* chore: add a method to obtain data by point location

* chore: add test

* chore: add notes

---------

Co-authored-by: hustcc <[email protected]>

* docs: 改造文档「进阶主题 - 关系图(graph) -treemap」(#6856)

---------

Co-authored-by: Mengting Jiang <[email protected]>
Co-authored-by: pengcai <[email protected]>
Co-authored-by: shuzhuxvchuang <[email protected]>
Co-authored-by: Joel Alan <[email protected]>
Co-authored-by: hustcc <[email protected]>
Co-authored-by: Zero1017 <[email protected]>
Co-authored-by: Frank William <[email protected]>
Co-authored-by: wb-xcf804241 <[email protected]>
Co-authored-by: Jungzl <[email protected]>
Co-authored-by: Wang Hongfei <[email protected]>
Co-authored-by: whf01206399 <[email protected]>
Co-authored-by: chenmi <[email protected]>
Co-authored-by: Han.Z <[email protected]>
Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: gh1031 <[email protected]>
Co-authored-by: 听凤 <[email protected]>
Co-authored-by: nimeidezxj <[email protected]>
Co-authored-by: zuyou <[email protected]>

* docs: 改造文档「核心概念 - 比例尺(Scale)-quantile」 (#6898)

* docs: update quantile docs

* docs: update quantile docs

* docs: update polar docs (#6905)

* docs: update a new contributions charts (#6902)

* docs: update a new contributions charts

* docs: update readme Contributie area

* docs: chart introduction & example (#6919)

* docs: 文档错误修改

* docs: 图表介绍公共组件和样式

* docs: 图表介绍相似图表空文档

* docs: 图表介绍柱状图

* docs: 改造文档「核心概念 - 比例尺(Scale)-quantize」 (#6900)

* docs: 改造文档「核心概念 - 比例尺(Scale)-quantize」

- 完善了 quantize 比例尺的概念和使用场景
- 统一了文档结构与其他比例尺文档
- 添加了多个示例和对比说明
- 优化了配置项表格和注意事项

* docs: 改造文档「核心概念 - 比例尺(Scale)-quantize」

- update doc

* docs: 改造文档「核心概念 - 比例尺(Scale)-point」 (#6904)

* docs: update point docs

* docs: update point docs

---------

Co-authored-by: Mengting Jiang <[email protected]>

* docs: 改造文档「核心概念 - 比例尺(Scale)-threshold」 (#6903)

* docs: update threshold docs

* docs: update threshold docs

* docs: add type

* docs: 改造文档「核心概念 - 标记(Mark)- box」 (#6911)

* docs: 改造文档「核心概念 - 标记(Mark)- box」

- 完善概述部分,详细介绍箱线图的关键统计值和用途
- 重构配置项结构,分为encode、coordinate和style三个主要部分
- 添加箱线图的点集合结构说明,便于理解内部实现
- 提供基础箱线图、分组箱线图和极坐标箱线图等多个示例

* docs: 改造文档「核心概念 - 标记(Mark)- box」
- update doc

* docs: 改造文档「核心概念 - 标记(Mark)- boxplot」 (#6910)

* docs: 改造文档「核心概念 - 标记(Mark)- boxplot」

- 完善概述部分,详细介绍箱线图的关键统计值和用途
- 重构配置项结构,分为encode和style两个主要部分
- 细分样式配置为箱体样式和异常点样式,并提供详细说明
- 添加多个示例,包括基础箱线图、无异常点箱线图、分组箱线图等

* docs: 改造文档「核心概念 - 标记(Mark)- boxplot」

- update doc

* test: remove jest

* chore: node22

* test: 保留 function

* test: jsdom^20

---------

Co-authored-by: pengcai <[email protected]>
Co-authored-by: Zero1017 <[email protected]>
Co-authored-by: hustcc <[email protected]>
Co-authored-by: Frank William <[email protected]>
Co-authored-by: wb-xcf804241 <[email protected]>
Co-authored-by: Jungzl <[email protected]>
Co-authored-by: Wang Hongfei <[email protected]>
Co-authored-by: whf01206399 <[email protected]>
Co-authored-by: Mengting Jiang <[email protected]>
Co-authored-by: chenmi <[email protected]>
Co-authored-by: Han.Z <[email protected]>
Co-authored-by: 寒誉 <[email protected]>
Co-authored-by: gh1031 <[email protected]>
Co-authored-by: 听凤 <[email protected]>
Co-authored-by: shuzhuxvchuang <[email protected]>
Co-authored-by: Joel Alan <[email protected]>
Co-authored-by: nimeidezxj <[email protected]>
Co-authored-by: zuyou <[email protected]>
Co-authored-by: s3327884 <[email protected]>
Co-authored-by: snail <[email protected]>
Co-authored-by: Shinji-Li <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docs]: 改造文档「核心概念 - 坐标系(Coordinate)-radial」
3 participants