From e1e92352b38f24b7b03802a7dade9914557e1fe7 Mon Sep 17 00:00:00 2001 From: rloth <romain.loth@iscpif.fr> Date: Wed, 19 Apr 2017 19:39:09 +0200 Subject: [PATCH] minor --- explorerjs.html | 2 +- tinawebJS/Tinaweb.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/explorerjs.html b/explorerjs.html index e57aa96..6a9d6f4 100644 --- a/explorerjs.html +++ b/explorerjs.html @@ -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=Roboto" rel="stylesheet" type='text/css'> <!-- Crete Round Original *and* informative :) --> diff --git a/tinawebJS/Tinaweb.js b/tinawebJS/Tinaweb.js index a04ddee..fc0a3c3 100644 --- a/tinawebJS/Tinaweb.js +++ b/tinawebJS/Tinaweb.js @@ -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) -- 2.21.0