-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misc tweaks to graph-story-board + test fix
- Polyfill bind for PhantomJS environment - Adjust to conform closer to dagre-d3 codestyle (not comprehensive) - Fix diamond polygon to have 1.5px thickness, similar to other shapes - Use diamond shape from dagre-d3, which better fits the label - Adjust page layout so that it all fits on my 13" MBP - Replace Array.prototype.each with Array.prototype.forEach - Add margin to all of the graphs - Remove centering. This can be added back but due to the large amount of tweaks I pulled it to simplify things. If it is added back we need to fire a fake zoom event to synchronize the SVG and D3's internal model. See demo/shapes.html for an example.
- Loading branch information
Showing
1 changed file
with
103 additions
and
68 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