@html-graph/html-graph 7.0.0 → 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/html-graph.d.ts +0 -1
- package/dist/html-graph.js +277 -278
- package/dist/html-graph.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/html-graph.d.ts
CHANGED
|
@@ -734,7 +734,6 @@ declare type LayoutAlgorithmConfig = {
|
|
|
734
734
|
readonly dtSec?: number;
|
|
735
735
|
readonly maxIterations?: number;
|
|
736
736
|
readonly seed?: string;
|
|
737
|
-
readonly maxTimeDeltaSec?: number;
|
|
738
737
|
readonly nodeCharge?: number;
|
|
739
738
|
readonly nodeMass?: number;
|
|
740
739
|
readonly edgeEquilibriumLength?: number;
|