You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/08/16 10:01:53 UTC

[incubator-echarts] branch next updated: fix(type): fix states wrong in bar series

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 <bm...@gmail.com>
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: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org