Skip to content

Commit

Permalink
update doc for apache/echarts#20113
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Dec 28, 2024
1 parent ccd43f9 commit 0e7a43d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 0 additions & 2 deletions en/option/partial/cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
<ExampleUIControlEnum options="auto,pointer,move" default="pointer" />

{{ if: ${version} }}

{{ use: partial-version(
version = ${version}
) }}

{{ /if }}

The mouse style when mouse hovers on an element, the same as `cursor` property in `CSS`.
Expand Down
13 changes: 9 additions & 4 deletions en/option/series/treemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ The expected square ratio. Layout would approach the ratio as close as possible.

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

{{ use: partial-cursor(
version = "5.6.0"
) }}

## leafDepth(number) = null

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

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

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

{{ use: partial-silent(
prefix = "#"
) }}
Expand All @@ -412,6 +413,10 @@ child nodes, recursive definition, configurations are the same as [series-treema

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

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


{{ target: partial-treemap-level-props }}
Expand Down

0 comments on commit 0e7a43d

Please sign in to comment.