-
Notifications
You must be signed in to change notification settings - Fork 527
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
Make ddg nodes circular and closer together #463
Make ddg nodes circular and closer together #463
Conversation
Signed-off-by: Everett Ross <[email protected]>
Signed-off-by: Everett Ross <[email protected]>
Signed-off-by: Everett Ross <[email protected]>
Signed-off-by: Everett Ross <[email protected]>
Signed-off-by: Everett Ross <[email protected]>
can you post screenshots? |
Codecov Report
@@ Coverage Diff @@
## master #463 +/- ##
==========================================
+ Coverage 89.07% 89.31% +0.24%
==========================================
Files 187 189 +2
Lines 4331 4410 +79
Branches 1045 1057 +12
==========================================
+ Hits 3858 3939 +81
+ Misses 427 425 -2
Partials 46 46
Continue to review full report at Codecov.
|
Good point, updated with sanitized screenshots and sent you two with text. |
yeah, maybe replace service names with xxxx of appropriate length. Also, it seems like the node radius changes based on the length of the service name. I think this will be pretty confusing, as it is pretty common visualization technique to vary node side based on some metric rather than the name length. I would rather let the long names bleed over, or move them below the circles. |
Overflowing text will probably be problematic if we want to decorate nodes with a partially full band on the outside of the node. |
scaling the nodes to the same size should be pretty straight forward, and will allow typical length strings to be represented legibly. |
Signed-off-by: Everett Ross <[email protected]>
Signed-off-by: Everett Ross <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work, great stuff
…odes-2 Make ddg nodes circular and closer together Signed-off-by: vvvprabhakar <[email protected]>
Which problem is this PR solving?
Short description of the changes
Before:
After
Unfortunately blanking out the text fails to capture how much easier it is to read the nodes, and since the font isn't mono spaced it's hard to replace with stand in text.