Skip to content

Commit 001c2bd

Browse files
committed
remove hoverAnimation option from boxplot and candlestick series
1 parent 92745f4 commit 001c2bd

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

en/option/series/boxplot.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Multiple `series` can be displayed in the same coordinate system. Please refer t
3333

3434
{{ use: partial-legend-hover-link() }}
3535

36-
## hoverAnimation(boolean) = true
37-
38-
Whether to enable the animation when hovering on box.
39-
4036
## layout(string) = null
4137

4238
Layout methods, whose optional values are:

en/option/series/candlestick.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ We use red to represent increasing and blue decreasing by default. If you want t
4747

4848
{{ use: partial-legend-hover-link() }}
4949

50-
## hoverAnimation(boolean) = true
51-
52-
Whether to enable animation when hovering on box.
53-
5450
## layout(string) = null
5551

5652
Layout method, whose values may be:

zh/option/series/boxplot.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ const option = {
7272

7373
{{ use: partial-legend-hover-link() }}
7474

75-
## hoverAnimation(boolean) = true
76-
77-
是否开启 hover 在 box 上的动画效果。
78-
7975
## layout(string) = null
8076

8177
<ExampleUIControlEnum options="horizontal,vertical">

zh/option/series/candlestick.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,6 @@ const option = {
236236

237237
{{ use: partial-legend-hover-link() }}
238238

239-
## hoverAnimation(boolean) = true
240-
241-
是否开启 hover 在 box 上的动画效果。
242-
243239
## layout(string) = null
244240

245241
<ExampleUIControlEnum options="horizontal,vertical">

0 commit comments

Comments
 (0)