You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2019/11/21 02:10:46 UTC

[GitHub] [incubator-echarts] pissang commented on a change in pull request #11547: fix(legend): fix highlight state after inverseselect #11480

pissang commented on a change in pull request #11547: fix(legend): fix highlight state after inverseselect #11480
URL: https://github.com/apache/incubator-echarts/pull/11547#discussion_r348865634
 
 

 ##########
 File path: src/component/legend/LegendView.js
 ##########
 @@ -238,7 +238,7 @@ export default echarts.extendComponentView({
                         );
 
                         // FIXME: consider different series has items with the same name.
-                        itemGroup.on('click', curry(dispatchSelectAction, name, api))
+                        itemGroup.on('click', curry(dispatchSelectAction, name, null, api, excludeSeriesId))
 
 Review comment:
   The name here is `seriesName` or `itemName`. It depends on series.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org