diff --git a/config.js b/config.js index 6d70830..9f58fc8 100644 --- a/config.js +++ b/config.js @@ -18,6 +18,11 @@ setParams({ /* Default zoom level. At zoom = 0, the graph should fill a 800x700px zone */ + ctlZoomPosition : "left", + /* + Defines the position of the Zoom Control Buttons : "left" or "right" + this setting can't be changed from the User Interface + */ curvedEdges : true, /* False for curved edges, true for straight edges @@ -31,6 +36,14 @@ setParams({ minEdgeWidth : 1, maxEdgeWidth : 50, textDisplayThreshold: 9, + labelQuadraticFactor : 1, + /* + If more than 1, makes the big labels even bigger. + If 1, nothing changes. + If less than 1, makes the big labels smallers + If 0, every label has the same size + this setting can't be changed from the User Interface + */ nodeSizeFactor : 1, /* Change this parameter for smaller or larger nodes @@ -46,6 +59,11 @@ setParams({ Show the weight of edges in the list this setting can't be changed from the User Interface */ + showEdgesWhileDragging : false, + /* + Show edges when dragging the graph. If False, the display is much quicker + this setting can't be changed from the User Interface + */ language: false /* Set to an ISO language code to switch the interface to that language. diff --git a/index.html b/index.html index cef7a55..4ec68db 100644 --- a/index.html +++ b/index.html @@ -52,8 +52,8 @@

Gephi: JavaScript GEXF Viewer

- - + +