Commit 14b81bf0 authored by Romain Loth's avatar Romain Loth

increase max zoom out and selector circle max

parent 50ffa80b
......@@ -256,11 +256,11 @@ TW.conf = (function(TW){
// mouse captor zoom limits
TWConf.zoomMin = .015625 // for zoom IN (ex: 1/64 to allow zoom x64)
TWConf.zoomMax = 4 // for zoom OUT
TWConf.zoomMax = 8 // for zoom OUT
// circle selection cursor
TWConf.circleSizeMin = 0;
TWConf.circleSizeMax = 100;
TWConf.circleSizeMax = 200;
TWConf.moreLabelsUnderArea = true; // show 3x more labels under area (/!\ costly)
// em size range for neighbor nodes "tagcloud" (1 = "normal size")
......
......@@ -264,11 +264,11 @@ TW.conf = (function(TW){
// mouse captor zoom limits
TWConf.zoomMin = .015625 // for zoom IN (ex: 1/64 to allow zoom x64)
TWConf.zoomMax = 4 // for zoom OUT
TWConf.zoomMax = 8 // for zoom OUT
// circle selection cursor
TWConf.circleSizeMin = 0;
TWConf.circleSizeMax = 100;
TWConf.circleSizeMax = 200;
TWConf.moreLabelsUnderArea = true; // show 3x more labels under area (/!\ costly)
// em size range for neighbor nodes "tagcloud" (1 = "normal size")
......
......@@ -256,11 +256,11 @@ TW.conf = (function(TW){
// mouse captor zoom limits
TWConf.zoomMin = .015625 // for zoom IN (ex: 1/64 to allow zoom x64)
TWConf.zoomMax = 4 // for zoom OUT
TWConf.zoomMax = 8 // for zoom OUT
// circle selection cursor
TWConf.circleSizeMin = 0;
TWConf.circleSizeMax = 100;
TWConf.circleSizeMax = 200;
TWConf.moreLabelsUnderArea = true; // show 3x more labels under area (/!\ costly)
// em size range for neighbor nodes "tagcloud" (1 = "normal size")
......
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