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