This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 7df6fac9 update some link to handbook after migrating.
7df6fac9 is described below

commit 7df6fac92f0713508f87a3c2600a23167a21b2b0
Author: 100pah <[email protected]>
AuthorDate: Sun Aug 24 01:44:06 2025 +0800

    update some link to handbook after migrating.
---
 en/api/echarts-instance.md        | 2 +-
 en/api/echarts.md                 | 2 +-
 en/option/component/geo-common.md | 2 +-
 zh/api/echarts-instance.md        | 2 +-
 zh/api/echarts.md                 | 2 +-
 zh/option/component/geo-common.md | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/en/api/echarts-instance.md b/en/api/echarts-instance.md
index 452a9e1c..7c9f34d5 100644
--- a/en/api/echarts-instance.md
+++ b/en/api/echarts-instance.md
@@ -616,7 +616,7 @@ The format of the input `coord` and return type are defined 
by each coordinate s
 
     The input `coord` can be `[number, number]`, indicating `[longitude, 
latitude]` if the [map](option.html#geo.map) is `GeoJSON`, or `[x_on_SVG, 
y_on_SVG]` if the [map](option.html#geo.map) is `SVG`.
 
-    It can also be a `string`, indicating a `name` in `GeoJSON` (i.e., 
`features[i].properties.name`, see details in 
[registerMap](~echarts.registerMap)) or `SVG` (i.e., see "Named Element" in 
[SVG Base 
Map](tutorial.html#SVG%20Base%20Map%20in%20Geo%20Coords%20and%20Map%20Series)), 
and return the pixel point of the center of that area.
+    It can also be a `string`, indicating a `name` in `GeoJSON` (i.e., 
`features[i].properties.name`, see details in 
[registerMap](~echarts.registerMap)) or `SVG` (i.e., see "Named Element" in 
[SVG Base Map](${handbookPath}how-to/component-types/geo/svg-base-map)), and 
return the pixel point of the center of that area.
 
     For example,
     ```ts
diff --git a/en/api/echarts.md b/en/api/echarts.md
index d500f93c..6676c44d 100644
--- a/en/api/echarts.md
+++ b/en/api/echarts.md
@@ -196,7 +196,7 @@ Please refer to [option.geo](option.html#geo.map) for usage.
 
 + **@param `opt.svg`:**
 
-    Optional. Data in SVG format. Can be a SVG string or a parsed SVG DOM 
object. See more info in [SVG Base 
Map](tutorial.html#SVG%20Base%20Map%20in%20Geo%20Coords%20and%20Map%20SeriesSVG%20Base%20Map).
 Introduced in `v5.1.0`.
+    Optional. Data in SVG format. Can be a SVG string or a parsed SVG DOM 
object. See more info in [SVG Base 
Map](${handbookPath}how-to/component-types/geo/svg-base-map). Introduced in 
`v5.1.0`.
 
     For example, A minimal SVG:
     ```ts
diff --git a/en/option/component/geo-common.md 
b/en/option/component/geo-common.md
index 5337e181..c2b1c8f9 100644
--- a/en/option/component/geo-common.md
+++ b/en/option/component/geo-common.md
@@ -85,7 +85,7 @@ $.get('map/topographic_map.svg', function (svg) {
 See also [Flight Seatmap](${galleryEditorPath}geo-seatmap-flight).
 {{ /if }}
 
-The demo above shows that SVG format can be used in ECharts. See more info in 
[SVG Base 
Map](tutorial.html#SVG%20Base%20Map%20in%20Geo%20Coords%20and%20Map%20Series).
+The demo above shows that SVG format can be used in ECharts. See more info in 
[SVG Base Map](${handbookPath}how-to/component-types/geo/svg-base-map).
 
 
 #${prefix} projection(Object)
diff --git a/zh/api/echarts-instance.md b/zh/api/echarts-instance.md
index 9fc50b15..00674ce9 100644
--- a/zh/api/echarts-instance.md
+++ b/zh/api/echarts-instance.md
@@ -607,7 +607,7 @@ ECharts 中的事件有两种,一种是鼠标事件,在鼠标点击某个图
 
     输入的 `coord` 可以是 `[number, number]`,当 [map](option.html#geo.map) 为 
`GeoJSON` 时表示 `[longitude, latitude]`,当 [map](option.html#geo.map) 为 `SVG` 时表示 
`[x_on_SVG, y_on_SVG]`。
 
-    它也可以是一个 `string`,表示 `GeoJSON` 中的 `name`(即 `features[i].properties.name`,详见 
[registerMap](~echarts.registerMap))或 `SVG` 中的名称(即参见 [SVG Base 
Map](tutorial.html#SVG%20Base%20Map%20in%20Geo%20Coords%20and%20Map%20Series) 
中的 “Named Element”),并返回该区域中心的像素点。
+    它也可以是一个 `string`,表示 `GeoJSON` 中的 `name`(即 `features[i].properties.name`,详见 
[registerMap](~echarts.registerMap))或 `SVG` 中的名称(即参见 [SVG Base 
Map](${handbookPath}how-to/component-types/geo/svg-base-map) 中的 “Named 
Element”),并返回该区域中心的像素点。
 
     例如,
     ```ts
diff --git a/zh/api/echarts.md b/zh/api/echarts.md
index c9ae1386..54b449a9 100644
--- a/zh/api/echarts.md
+++ b/zh/api/echarts.md
@@ -196,7 +196,7 @@ echarts.use(
 
 + **@param `opt.svg`:**
 
-    可选。从 `v5.1.0` 开始支持SVG 格式的数据。可以是字符串,也可以是解析得到的 SVG DOM 对象。更多信息参见 [SVG 
底图](tutorial.html#%E5%9C%B0%E7%90%86%E5%9D%90%E6%A0%87%E7%B3%BB%E5%92%8C%E5%9C%B0%E5%9B%BE%E7%B3%BB%E5%88%97%E7%9A%84%20SVG%20%E5%BA%95%E5%9B%BE)。
+    可选。从 `v5.1.0` 开始支持SVG 格式的数据。可以是字符串,也可以是解析得到的 SVG DOM 对象。更多信息参见 [SVG 
底图](${handbookPath}how-to/component-types/geo/svg-base-map)。
 
     例如,一个极小的 SVG:
     ```ts
diff --git a/zh/option/component/geo-common.md 
b/zh/option/component/geo-common.md
index 67cb49a8..399c0ec8 100644
--- a/zh/option/component/geo-common.md
+++ b/zh/option/component/geo-common.md
@@ -85,7 +85,7 @@ $.get('map/topographic_map.svg', function (svg) {
 也参见示例 [Flight Seatmap](${galleryEditorPath}geo-seatmap-flight)。
 {{ /if }}
 
-如上所示,ECharts 也可以使用 SVG 格式的地图。详情参见:[SVG 
底图](tutorial.html#%E5%9C%B0%E7%90%86%E5%9D%90%E6%A0%87%E7%B3%BB%E5%92%8C%E5%9C%B0%E5%9B%BE%E7%B3%BB%E5%88%97%E7%9A%84%20SVG%20%E5%BA%95%E5%9B%BE)。
+如上所示,ECharts 也可以使用 SVG 格式的地图。详情参见:[SVG 
底图](${handbookPath}how-to/component-types/geo/svg-base-map)。
 
 
 #${prefix} projection(Object)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to