Skip to content

Commit

Permalink
remove hoverAnimation option from boxplot and candlestick series
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Jul 2, 2024
1 parent 92745f4 commit 001c2bd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions en/option/series/boxplot.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ Multiple `series` can be displayed in the same coordinate system. Please refer t

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

## hoverAnimation(boolean) = true

Whether to enable the animation when hovering on box.

## layout(string) = null

Layout methods, whose optional values are:
Expand Down
4 changes: 0 additions & 4 deletions en/option/series/candlestick.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ We use red to represent increasing and blue decreasing by default. If you want t

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

## hoverAnimation(boolean) = true

Whether to enable animation when hovering on box.

## layout(string) = null

Layout method, whose values may be:
Expand Down
4 changes: 0 additions & 4 deletions zh/option/series/boxplot.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ const option = {

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

## hoverAnimation(boolean) = true

是否开启 hover 在 box 上的动画效果。

## layout(string) = null

<ExampleUIControlEnum options="horizontal,vertical">
Expand Down
4 changes: 0 additions & 4 deletions zh/option/series/candlestick.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ const option = {

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

## hoverAnimation(boolean) = true

是否开启 hover 在 box 上的动画效果。

## layout(string) = null

<ExampleUIControlEnum options="horizontal,vertical">
Expand Down

0 comments on commit 001c2bd

Please sign in to comment.