Commit d256049a authored by Romain Loth's avatar Romain Loth

proportional label are more beautiful than fixed ones

parent 6215138d
...@@ -137,7 +137,8 @@ var sigmaJsDrawingProperties = { ...@@ -137,7 +137,8 @@ var sigmaJsDrawingProperties = {
defaultLabelSize: 10,//in fact I'm using it as minLabelSize' defaultLabelSize: 10,//in fact I'm using it as minLabelSize'
defaultLabelBGColor: '#fff', defaultLabelBGColor: '#fff',
defaultLabelHoverColor: '#000', defaultLabelHoverColor: '#000',
labelThreshold: 6, labelThreshold: 4,
labelSize: "proportional",
defaultEdgeType: 'curve', defaultEdgeType: 'curve',
borderSize: 2.5,//Something other than 0 borderSize: 2.5,//Something other than 0
...@@ -147,7 +148,7 @@ var sigmaJsDrawingProperties = { ...@@ -147,7 +148,7 @@ var sigmaJsDrawingProperties = {
}; };
var sigmaJsGraphProperties = { var sigmaJsGraphProperties = {
minEdgeSize: 2, minEdgeSize: 2,
maxEdgeSize: 2 maxEdgeSize: 3
}; };
var sigmaJsMouseProperties = { var sigmaJsMouseProperties = {
minRatio:0.1, minRatio:0.1,
......
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