-
Notifications
You must be signed in to change notification settings - Fork 26.3k
refactor(devtools): add dagre-d3-es to prepare for the signal graph #61538
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
Conversation
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.
LGTM
Can the commit message maybe include why we're patching the lib ? |
@JeanMeche Is this what you were thinking of?
|
🤦♂️ My bad, yes. |
add dagre-d3-es for use by the signals graph pane. Additionally, add a patch so that html labels display correctly within d3-zoom
The PR doesn't merge properly into main, we'll target |
This PR was merged into the repository by commit 33715b0. The changes were merged into the following branches: main |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
I've installed dagre-d3-es as a new package for use in devtools.
This is the most popular fork of dagre, which still doesn't work with esm (and therefore is harder to integrate into our build pipeline). Dagre will allow us to layout the signals visualization in a compact graph
See #60478 for a more complete demo
Does this PR introduce a breaking change?
Other information