-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: new ZoomOptions gives users the ability to force update zoom to fit by omitting check and combining auto center transform to reduce chance of flicker * feat: enablePreUpdateTransform @input allows users to disable extra call to updateTrasform, reducing chance for flicker * feat: stateChange @output emits changes in state, allowing users to check status of the graph * feat: hasGraphDims, hasDims, hasNodeDims, and hasCompoundNodeDims allow users to check elements have dimension * chore: update docs * fix: update graph dims before zoom because sometimes they were out of sync * fix: README instructions
- Loading branch information
Showing
4 changed files
with
152 additions
and
54 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
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