Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some nodes disappear at 230 services #83

Open
anrub opened this issue Aug 16, 2017 · 1 comment
Open

Some nodes disappear at 230 services #83

anrub opened this issue Aug 16, 2017 · 1 comment
Labels

Comments

@anrub
Copy link

anrub commented Aug 16, 2017

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!

@jrsquared
Copy link
Contributor

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 jrsquared added the bug label Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants