fix: kg for jiuselu

This commit is contained in:
shiwu 2018-07-24 14:50:58 +08:00 committed by Yanyan-Wang
parent f4b83dc261
commit 4b006ecfd4

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');