We are using echarts series force graphs to generate network graphs. Currently, when we zoom out too much the labels of the nodes look cluttered and they are unreadable. We want to show labels only after a certain zoom level. I was wondering if there is any way we could listen to the zoom event and get the current zoom level. I checked with the dataZoom event. However it doesn't seem to work with graph series.
Thanks Vaishnav