Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
14b81bf0
Commit
14b81bf0
authored
Oct 06, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increase max zoom out and selector circle max
parent
50ffa80b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
settings_explorerjs.js
settings_explorerjs.js
+2
-2
settings_explorerjs.comex.js
twpresets/settings_explorerjs.comex.js
+2
-2
settings_explorerjs.devdefault.js
twpresets/settings_explorerjs.devdefault.js
+2
-2
No files found.
settings_explorerjs.js
View file @
14b81bf0
...
...
@@ -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
=
1
00
;
TWConf
.
circleSizeMax
=
2
00
;
TWConf
.
moreLabelsUnderArea
=
true
;
// show 3x more labels under area (/!\ costly)
// em size range for neighbor nodes "tagcloud" (1 = "normal size")
...
...
twpresets/settings_explorerjs.comex.js
View file @
14b81bf0
...
...
@@ -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
=
1
00
;
TWConf
.
circleSizeMax
=
2
00
;
TWConf
.
moreLabelsUnderArea
=
true
;
// show 3x more labels under area (/!\ costly)
// em size range for neighbor nodes "tagcloud" (1 = "normal size")
...
...
twpresets/settings_explorerjs.devdefault.js
View file @
14b81bf0
...
...
@@ -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
=
1
00
;
TWConf
.
circleSizeMax
=
2
00
;
TWConf
.
moreLabelsUnderArea
=
true
;
// show 3x more labels under area (/!\ costly)
// em size range for neighbor nodes "tagcloud" (1 = "normal size")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment