We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0270b5b commit bda4f9bCopy full SHA for bda4f9b
src/main/typescript/mainframe.ts
@@ -210,7 +210,7 @@ export abstract class MainFrame {
210
if (callback != undefined)
211
callback();
212
213
- console.log(this._dynamic)
+ console.log("dynamic"+this._dynamic)
214
});
215
}
216
@@ -753,8 +753,8 @@ export abstract class MainFrame {
753
springLength: 200
754
},
755
forceAtlas2Based: {
756
- gravitationalConstant: -26,
757
- centralGravity: 0.005,
+ gravitationalConstant: -50,
+ centralGravity: 0.003,
758
springLength: 230,
759
springConstant: 0.18
760
0 commit comments