1
0
Fork 0

improved gv

This commit is contained in:
hkernbach 2016-10-21 10:31:16 +02:00
parent 8f5312f83e
commit fa12cb8ebd
1 changed files with 2 additions and 3 deletions

View File

@ -2145,7 +2145,7 @@
var style2 = 'color: rgb(64, 74, 83); cursor: pointer; position: absolute; right: 30px; bottom: 40px; z-index: 9999;';
if (self.aqlMode) {
style2 = 'color: rgb(64, 74, 83); cursor: pointer; position: absolute; right: 30px; margin-top: -30px;';
style2 = 'color: rgb(64, 74, 83); cursor: pointer; position: absolute; right: 30px; margin-top: 10px; margin-right: -15px';
}
$('#graph-container').append(
@ -2362,8 +2362,7 @@ $('#deleteNodes').remove();
this.layouting = true;
if (this.aqlMode) {
this.currentGraph.startForceAtlas2({
worker: true,
edgeWeightInfluence: 2
worker: true
});
} else {
this.currentGraph.startForceAtlas2({