@@ -89,7 +89,6 @@ interface IOrbViewSettings {
89
89
zoomFitTransitionMs: number ;
90
90
isOutOfBoundsDragEnabled: boolean ;
91
91
areCoordinatesRounded: boolean ;
92
- isSimulationAnimated: boolean ;
93
92
areCollapsedContainerDimensionsAllowed: boolean ;
94
93
}
95
94
```
@@ -161,7 +160,6 @@ const defaultSettings = {
161
160
zoomFitTransitionMs: 200 ,
162
161
isOutOfBoundsDragEnabled: false ,
163
162
areCoordinatesRounded: true ,
164
- isSimulationAnimated: true ,
165
163
areCollapsedContainerDimensionsAllowed: false ;
166
164
}
167
165
```
@@ -356,12 +354,6 @@ Disabled by default (`false`).
356
354
357
355
Rounds node coordinates to integer values. Slightly improves performance. Enabled by default (` true ` ).
358
356
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
-
365
357
### Property ` areCollapsedContainerDimensionsAllowed `
366
358
367
359
Enables setting the dimensions of the Orb container element to zero.
0 commit comments