Skip to content

Commit ccd43f9

Browse files
committed
update doc for apache/echarts#20113
1 parent e716eb6 commit ccd43f9

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

zh/option/partial/cursor.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
<ExampleUIControlEnum options="auto,pointer,move" default="pointer" />
77

88
{{ if: ${version} }}
9-
109
{{ use: partial-version(
1110
version = ${version}
1211
) }}
13-
1412
{{ /if }}
1513

1614
鼠标悬浮时在图形元素上时鼠标的样式是什么。同 CSS 的 `cursor`

zh/option/series/treemap.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@ const option = {
220220

221221
默认为黄金比:`0.5 * (1 + Math.sqrt(5))`
222222

223-
{{ use: partial-cursor(
224-
version = "5.6.0"
225-
) }}
226-
227223
## leafDepth(number) = null
228224

229225
<ExampleUIControlNumber min="1" step="1" />
@@ -546,6 +542,11 @@ treemap 默认把第一个维度(Array 第一项)映射到『面积』上。
546542

547543
{{ use: partial-tooltip-in-series-data() }}
548544

545+
{{ use: partial-cursor(
546+
prefix = "##",
547+
version = "5.6.0"
548+
) }}
549+
549550
{{ use: partial-silent(
550551
prefix = "#"
551552
) }}
@@ -558,6 +559,10 @@ treemap 默认把第一个维度(Array 第一项)映射到『面积』上。
558559

559560
{{ use: partial-tooltip-in-series() }}
560561

562+
{{ use: partial-cursor(
563+
prefix = "#",
564+
version = "5.6.0"
565+
) }}
561566

562567

563568
{{ target: partial-treemap-level-props }}

0 commit comments

Comments
 (0)