Skip to content

Commit

Permalink
add doc for apache/echarts#20566
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Dec 30, 2024
1 parent fbc7270 commit cb1cf96
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions en/option/component/geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ Style of blurred region.
version = '5.1.0'
) }}

{{ use: partial-silent(
prefix = "##",
version = "5.6.0"
) }}

{{ use: partial-silent(
prefix = "#"
) }}
Expand Down
5 changes: 5 additions & 0 deletions en/option/series/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ The numerical value of this area.

Whether the are selected.

{{ use: partial-silent(
prefix = "##",
version = "5.6.0"
) }}

### itemStyle(Object)

Style of item polygon
Expand Down
5 changes: 5 additions & 0 deletions zh/option/component/geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ geo 区域的颜色也可以被 map series 所控制,参见 [series-map.geoInd
version = '5.1.0'
) }}

{{ use: partial-silent(
prefix = "##",
version = "5.6.0"
) }}

{{ use: partial-silent(
prefix = "#"
) }}
Expand Down
5 changes: 5 additions & 0 deletions zh/option/series/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ center: [115.97, '30%']

该区域是否选中。

{{ use: partial-silent(
prefix = "##",
version = "5.6.0"
) }}

### itemStyle(Object)

该数据所在区域的多边形样式设置
Expand Down

0 comments on commit cb1cf96

Please sign in to comment.