-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of lines between edges, use paths.
For each link/edge between nodes, calculate a linknum. This is used to adjust the arc between nodes so that multiple edges between nodes don't overlap. in graphConf there's a use_curved_edges variable. Setting to true will enable curved edges. Tweaked the CSS so that paths display and aren't filled. I also auto-linted graph_viz.js at some point which made a bunch of spacing changes, didn't realize at the time that this might be an issue.
- Loading branch information
Showing
4 changed files
with
218 additions
and
175 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.