You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/09/16 23:53:44 UTC

[GitHub] sethwilsonUS opened a new issue #9086: Dynamically show/hide labels on zoom in/out

sethwilsonUS opened a new issue #9086: Dynamically show/hide labels on zoom in/out
URL: https://github.com/apache/incubator-echarts/issues/9086
 
 
   Hello,
   
   I'm using eCharts for network graphs. As part of each node, I have the following code:
   
   `node.label = {
     normal: {
       show: node.symbolSize > 30
     }
   };`
   
   I would like to have this change dynamically as the user zooms in/out to show/hide more labels. I've looked at the event documentation, but can't seem to figure out how to do this. Thanks for your help.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org