vizceral icon indicating copy to clipboard operation
vizceral copied to clipboard

Some nodes disappear at 230 services

Open anrub opened this issue 7 years ago • 1 comments

Somehow nodes disappear, when the total count of visible services reaches to about 230 and if there are colored nodes (e.g. warning). The node (the circle with label) becomes visible, if I highlight another node or connection. I attached the data JSON and screenshots of the problem.

Sample JSON: viz-bug-sample_data.json.txt

Some nodes are not visible (most of class warning): 1-viz-nodes-missing

After a highlight of other nodes, they become visible but only while dimmed: 2-viz-nodes-visible-on-highlight

Is the problem in the data or is it a visualisation problem/bug? How could I research further on this bug, maybe you could point me into some direction?

Thank you very much for this fine framework and all of your efforts!

anrub avatar Aug 16 '17 09:08 anrub

Man, that's a busy graph! That is definitely a bug in the visualization library. trafficGraphView.js is the place to start for the rendering. We know the graph was laid out appropriately since the connections are still going to the missing node, and the node is just hidden.

It's either a rendering bug, or an over-optimization of which nodes to show/hide.

jrsquared avatar Nov 01 '17 23:11 jrsquared