From 001c2bd96c8c067c480c969c62ccf61a99a383d5 Mon Sep 17 00:00:00 2001 From: plainheart Date: Tue, 2 Jul 2024 12:33:50 +0800 Subject: [PATCH] remove `hoverAnimation` option from boxplot and candlestick series --- en/option/series/boxplot.md | 4 ---- en/option/series/candlestick.md | 4 ---- zh/option/series/boxplot.md | 4 ---- zh/option/series/candlestick.md | 4 ---- 4 files changed, 16 deletions(-) diff --git a/en/option/series/boxplot.md b/en/option/series/boxplot.md index 66442f2b..74d358af 100644 --- a/en/option/series/boxplot.md +++ b/en/option/series/boxplot.md @@ -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: diff --git a/en/option/series/candlestick.md b/en/option/series/candlestick.md index 1a3725b6..5a799447 100644 --- a/en/option/series/candlestick.md +++ b/en/option/series/candlestick.md @@ -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: diff --git a/zh/option/series/boxplot.md b/zh/option/series/boxplot.md index 030a157c..91c2e4b8 100644 --- a/zh/option/series/boxplot.md +++ b/zh/option/series/boxplot.md @@ -72,10 +72,6 @@ const option = { {{ use: partial-legend-hover-link() }} -## hoverAnimation(boolean) = true - -是否开启 hover 在 box 上的动画效果。 - ## layout(string) = null diff --git a/zh/option/series/candlestick.md b/zh/option/series/candlestick.md index 6a6d077f..053be3a1 100644 --- a/zh/option/series/candlestick.md +++ b/zh/option/series/candlestick.md @@ -236,10 +236,6 @@ const option = { {{ use: partial-legend-hover-link() }} -## hoverAnimation(boolean) = true - -是否开启 hover 在 box 上的动画效果。 - ## layout(string) = null