1 parent 221bfa3 commit 5712f0cCopy full SHA for 5712f0c
1 file changed
src/common/overlay/knowledge-graph/G6Render.js
@@ -132,9 +132,9 @@ export class G6Render {
132
133
_getGraphConfig(config) {
134
const animateConfig = {
135
- speed: 120,
136
- maxIteration: 120,
137
- tick: throttle(this.refreshPositions.bind(this), 120)
+ speed: 150,
+ maxIteration: 30,
+ tick: throttle(this.refreshPositions.bind(this), 150)
138
};
139
const defaultLayout = {
140
type: 'fruchterman',
0 commit comments