Skip to content

Commit a2e63a3

Browse files
committed
INTLV-10: Create a mathematical formula to stop the graph layout that depends on no. of results
1 parent 8515fdb commit a2e63a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application-interactive-link-visualizer-ui/src/main/resources/Interactive Link Visualizer/Panel.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ The aim for the panel is to show the network graph visualization centered around
385385
edges: edges
386386
};
387387

388-
visualisationAPI.visualize(graphData, "sigma-container-panel", themeColors, isPanel = true, nb);
388+
visualisationAPI.visualize(graphData, "sigma-container-panel", themeColors, isPanel = true, nb = 1000);
389389

390390
});
391391
}

0 commit comments

Comments
 (0)