]> arthur.barton.de Git - netdata.git/commitdiff
fix for last commit
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 15 Jun 2014 01:21:32 +0000 (04:21 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 15 Jun 2014 01:21:32 +0000 (04:21 +0300)
web/index.js

index ffcd8663574a2d04dd0c26419fbcbe8e21bbc459..e2422259f25be535c428ca16f4acf58306bb308b 100644 (file)
@@ -16,7 +16,7 @@ var MAINCHART_STACKED_POINTS_DIVISOR = 20;            // how much detailed will the main c
 \r
 var MAINCHART_CONTROL_HEIGHT = 75;             // how tall the control chart will be\r
 var MAINCHART_CONTROL_DIVISOR = 2;             // how much detailed will the control chart be? 1 = finest, higher is faster\r
-var MAINCHART_INITIAL_SELECTOR= 20;            // 1/20th of the width, this overrides MAINCHART_MAX_TIME_TO_SHOW\r
+var MAINCHART_INITIAL_SELECTOR= 40;            // 1/20th of the width, this overrides MAINCHART_MAX_TIME_TO_SHOW\r
 \r
 var MODE_THUMBS = 1;\r
 var MODE_MAIN = 2;\r