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
e1e92352
Commit
e1e92352
authored
Apr 19, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor
parent
9cf88c79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
explorerjs.html
explorerjs.html
+1
-1
Tinaweb.js
tinawebJS/Tinaweb.js
+1
-1
No files found.
explorerjs.html
View file @
e1e92352
...
...
@@ -26,7 +26,7 @@
<!-- Roboto
Good for tweets if Helvetica is not present
-->
<link
href=
"https://fonts.googleapis.com/css?family=Robot"
rel=
"stylesheet"
type=
'text/css'
>
<link
href=
"https://fonts.googleapis.com/css?family=Robot
o
"
rel=
"stylesheet"
type=
'text/css'
>
<!-- Crete Round
Original *and* informative :) -->
...
...
tinawebJS/Tinaweb.js
View file @
e1e92352
...
...
@@ -844,7 +844,7 @@ TinaWebJS = function ( sigmacanvas ) {
}
labelSizeTimeout
=
setTimeout
(
function
(){
if
(
TW
.
partialGraph
.
settings
(
'labelSizeRatio'
)
!=
value
)
{
var
adaptedLabelThreshold
=
(
5
-
value
)
+
1
var
adaptedLabelThreshold
=
7
-
value
// console.log("value", value, "thres", adaptedLabelThreshold)
TW
.
partialGraph
.
settings
(
'labelSizeRatio'
,
value
)
...
...
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