Skip to content

Commit 0e7a43d

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

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

en/option/partial/cursor.md

Lines changed: 0 additions & 2 deletions
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
The mouse style when mouse hovers on an element, the same as `cursor` property in `CSS`.

en/option/series/treemap.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ The expected square ratio. Layout would approach the ratio as close as possible.
6767

6868
It defaults to be the golden ratio: `0.5 * (1 + Math.sqrt(5))`.
6969

70-
{{ use: partial-cursor(
71-
version = "5.6.0"
72-
) }}
73-
7470
## leafDepth(number) = null
7571

7672
<ExampleUIControlNumber min="1" step="1" />
@@ -400,6 +396,11 @@ child nodes, recursive definition, configurations are the same as [series-treema
400396

401397
{{ use: partial-tooltip-in-series-data() }}
402398

399+
{{ use: partial-cursor(
400+
prefix = "##",
401+
version = "5.6.0"
402+
) }}
403+
403404
{{ use: partial-silent(
404405
prefix = "#"
405406
) }}
@@ -412,6 +413,10 @@ child nodes, recursive definition, configurations are the same as [series-treema
412413

413414
{{ use: partial-tooltip-in-series() }}
414415

416+
{{ use: partial-cursor(
417+
prefix = "#",
418+
version = "5.6.0"
419+
) }}
415420

416421

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

0 commit comments

Comments
 (0)