Skip to content

Commit d802e50

Browse files
committed
Merge branch 'new/simulator-fixes' into new/add-setters-and-getters
2 parents c9de1cf + 2361dd6 commit d802e50

File tree

9 files changed

+257
-181
lines changed

9 files changed

+257
-181
lines changed

docs/view-default.md

-8
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ interface IOrbViewSettings {
8989
zoomFitTransitionMs: number;
9090
isOutOfBoundsDragEnabled: boolean;
9191
areCoordinatesRounded: boolean;
92-
isSimulationAnimated: boolean;
9392
areCollapsedContainerDimensionsAllowed: boolean;
9493
}
9594
```
@@ -161,7 +160,6 @@ const defaultSettings = {
161160
zoomFitTransitionMs: 200,
162161
isOutOfBoundsDragEnabled: false,
163162
areCoordinatesRounded: true,
164-
isSimulationAnimated: true,
165163
areCollapsedContainerDimensionsAllowed: false;
166164
}
167165
```
@@ -356,12 +354,6 @@ Disabled by default (`false`).
356354

357355
Rounds node coordinates to integer values. Slightly improves performance. Enabled by default (`true`).
358356

359-
### Property `isSimulationAnimated`
360-
361-
Shows the process of simulation where the nodes are moved by the physics engine until they
362-
converge to a stable position. If disabled, the graph will suddenly appear in its final position.
363-
Enabled by default (`true`).
364-
365357
### Property `areCollapsedContainerDimensionsAllowed`
366358

367359
Enables setting the dimensions of the Orb container element to zero.

0 commit comments

Comments
 (0)