This is an automated email from the ASF dual-hosted git repository.
shenyi pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
The following commit(s) were added to refs/heads/next by this push:
new 38b46ce fix(type): fix states wrong in bar series
38b46ce is described below
commit 38b46cec1991599eb5ee5f73590e104ead387e47
Author: pissang <[email protected]>
AuthorDate: Sun Aug 16 18:01:29 2020 +0800
fix(type): fix states wrong in bar series
---
src/chart/bar/BarSeries.ts | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/chart/bar/BarSeries.ts b/src/chart/bar/BarSeries.ts
index 4460d98..730f8b0 100644
--- a/src/chart/bar/BarSeries.ts
+++ b/src/chart/bar/BarSeries.ts
@@ -71,10 +71,6 @@ export interface BarSeriesOption extends
BaseBarSeriesOption<BarStateOption>, Ba
data?: (BarDataItemOption | OptionDataValue | OptionDataValue[])[]
- emphasis?: BarStateOption
- blur?: BarStateOption
- select?: BarStateOption
-
realtimeSort?: boolean
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]