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 e716eb6 commit ccd43f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 0 additions & 2 deletions zh/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 }}

鼠标悬浮时在图形元素上时鼠标的样式是什么。同 CSS 的 `cursor`
Expand Down
13 changes: 9 additions & 4 deletions zh/option/series/treemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,6 @@ const option = {

默认为黄金比:`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 @@ -546,6 +542,11 @@ treemap 默认把第一个维度(Array 第一项)映射到『面积』上。

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

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

{{ use: partial-silent(
prefix = "#"
) }}
Expand All @@ -558,6 +559,10 @@ treemap 默认把第一个维度(Array 第一项)映射到『面积』上。

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

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


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

0 comments on commit ccd43f9

Please sign in to comment.