fix: kg for jiuselu

This commit is contained in:
Yanyan-Wang 2018-07-24 14:50:58 +08:00
parent acd8d91b52
commit 5566cafb95

View File

@ -28,7 +28,7 @@
const maxSpanningForest = new MaxSpanningForestPlugin({
layoutCfg: {
max_iteration: 600,
kg: 1,
kg: 10,
prev_overlapping: true,
onLayoutComplete: function () {
const minimap = document.getElementById('minimap');