-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(dashboard): better Stack Graph layout
This replaces the previous dagre-based layout with Reaflow, which uses ELK for the algorithm. This makes the layout stable for every run, and uses a layered horizontal layout which scales much better with a large number of nodes in the graph. Reaflow also makes the code better fitted to React, so this should be easier to work with as we do further iterations and improvements.
- Loading branch information
Showing
7 changed files
with
441 additions
and
463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.