mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 21:28:33 +08:00
fix: kg for jiuselu
This commit is contained in:
parent
acd8d91b52
commit
5566cafb95
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user