diff --git a/en/option/partial/cursor.md b/en/option/partial/cursor.md
index 1defb973..41aee8dd 100644
--- a/en/option/partial/cursor.md
+++ b/en/option/partial/cursor.md
@@ -6,11 +6,9 @@
{{ if: ${version} }}
-
{{ use: partial-version(
version = ${version}
) }}
-
{{ /if }}
The mouse style when mouse hovers on an element, the same as `cursor` property in `CSS`.
diff --git a/en/option/series/treemap.md b/en/option/series/treemap.md
index ddaf11c8..d223db32 100644
--- a/en/option/series/treemap.md
+++ b/en/option/series/treemap.md
@@ -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
@@ -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 = "#"
) }}
@@ -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 }}