From: hadeshyp Date: Thu, 6 Dec 2012 16:35:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=120890d94f90973d67c038fc6044d53aaabd2f35;p=daqtools.git *** empty log message *** --- diff --git a/cts/htdocs/scripts/scripts.js b/cts/htdocs/scripts/scripts.js index ee458dc..5fb6966 100644 --- a/cts/htdocs/scripts/scripts.js +++ b/cts/htdocs/scripts/scripts.js @@ -39,7 +39,7 @@ function findcolor(v,min,max,lg) { if (max == undefined){max = 1;} step = ((max-min)/655); - + v = Math.round(v); if (v == 0 || v