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

Support multiple layers of nodes and edges in plexus #482

Closed
everett980 opened this issue Nov 6, 2019 · 2 comments
Closed

Support multiple layers of nodes and edges in plexus #482

everett980 opened this issue Nov 6, 2019 · 2 comments

Comments

@everett980
Copy link
Collaborator

everett980 commented Nov 6, 2019

This is a tracking issue to encompass the work done across many PRs to achieve this goal.

Brief overview of functionality covered in first revision:

  • Users must specify a single definition for calculating the size of nodes in the graph
  • Users can specify one or more other layers of nodes that are sized to fit based on their corresponding measured node.
  • Users can specify either HTML or SVG renderers for node layers.
  • Users can specify multiple layers of SVG edge layers.
  • Users can specify unique or shared edge markers for SVG edge layers.
  • Jaeger uses new plexus API.

List of PRs by author:
(@tiffon in #426, #428, #422, #420, #419, #416, and #414)

@tiffon
Copy link
Member

tiffon commented Jan 20, 2020

@everett980 Plexus supports measurable SVG node layers. So, the list item

Users can specify either HTML or SVG renders for non-measure-able node layers.

Can just be

  • Users can specify either HTML or SVG renderers for node layers.

Also, what outstanding work is this ticket related to? Everything you've listed is done.

@everett980
Copy link
Collaborator Author

Updated description.

This issue was made as a tracking ticket for the changelog to connect multiple PRs to the effort, as the changelog entry for this work would've otherwise been unwieldy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants