Commit 42fd5ab8 authored by Romain Loth's avatar Romain Loth

minor

parent d6f8618f
...@@ -237,7 +237,7 @@ if(RES["OK"]) { ...@@ -237,7 +237,7 @@ if(RES["OK"]) {
// labelColor: "node", // labelColor: "node",
// nodesPowRatio: .3, // nodesPowRatio: .3,
batchEdgesDrawing: true, batchEdgesDrawing: false,
hideEdgesOnMove: true, hideEdgesOnMove: true,
enableHovering: true, enableHovering: true,
...@@ -250,8 +250,8 @@ if(RES["OK"]) { ...@@ -250,8 +250,8 @@ if(RES["OK"]) {
mouseEnabled: true, mouseEnabled: true,
touchEnabled: false, touchEnabled: false,
animationsTime:300, animationsTime:150,
mouseZoomDuration:500 mouseZoomDuration:250
}, },
sigmaJsDrawingProperties, sigmaJsDrawingProperties,
sigmaJsGraphProperties, sigmaJsGraphProperties,
...@@ -292,6 +292,7 @@ if(RES["OK"]) { ...@@ -292,6 +292,7 @@ if(RES["OK"]) {
renderer: { renderer: {
container: document.getElementById('sigma-contnr'), container: document.getElementById('sigma-contnr'),
type: sigma.renderers.canvas type: sigma.renderers.canvas
// type: sigma.renderers.webgl // POSS if write custom renderers
}, },
settings: customSettings settings: customSettings
}); });
...@@ -366,8 +367,7 @@ if(RES["OK"]) { ...@@ -366,8 +367,7 @@ if(RES["OK"]) {
// } // }
// } // }
console.log("printing the typestring:") console.log("printing the typestring:", typestring)
console.log(typestring)
if(typestring=="0|1") { if(typestring=="0|1") {
$("#category0").hide(); $("#category0").hide();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment