Set CooldownTicks to Infinity
All checks were successful
Build StateSpaces Docker Image / statespaces-docker (push) Successful in 11s
All checks were successful
Build StateSpaces Docker Image / statespaces-docker (push) Successful in 11s
This commit is contained in:
@ -28,6 +28,8 @@ export const generate_graph = (data, node_click_handler) => {
|
|||||||
graph.d3Force("link").distance(35);
|
graph.d3Force("link").distance(35);
|
||||||
// graph.warmupTicks([10]);
|
// graph.warmupTicks([10]);
|
||||||
// graph.cooldownTicks([0]);
|
// graph.cooldownTicks([0]);
|
||||||
|
graph.cooldownTicks(Infinity);
|
||||||
|
graph.d3ReheatSimulation();
|
||||||
|
|
||||||
reset_graph_view(graph);
|
reset_graph_view(graph);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user