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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to