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/10/28 14:29:19 UTC

[GitHub] [incubator-echarts] c625473164 opened a new issue #11501: 隐藏所有legend

c625473164 opened a new issue #11501: 隐藏所有legend
URL: https://github.com/apache/incubator-echarts/issues/11501
 
 
   如何手动触发隐藏所有legend
   如果for循环依次触发legendUnSelect,线比较多时会卡顿,消耗比较长的时间
   ```
   dispatchAction({
                 type: 'legendUnSelect',
                 name: data[k],
               }
   ```

----------------------------------------------------------------
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