]> arthur.barton.de Git - netdata.git/commitdiff
allow splines in group mode
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 21 Nov 2015 23:26:15 +0000 (01:26 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 21 Nov 2015 23:26:15 +0000 (01:26 +0200)
web/index.js

index 2321fb24c9bf6b4ef2dd84b6cc53c535aa5cf4df..5a61ab84f9ba989e2a845d4b26fb0a1c37f6c894 100755 (executable)
@@ -417,7 +417,7 @@ function buttonGlobalPlayPause(p) {
                setMainChartPlay(p);
                return;
        }
-       
+
        if(p == 'toggle') {
                if(refresh_mode != REFRESH_ALWAYS) p = 'play';
                else p = 'pause';
@@ -941,7 +941,6 @@ function initGroupGraphs(group) {
                c.chartOptions.titlePosition = 'in';
                c.chartOptions.tooltip = { "textStyle": { "fontSize": 9 } };
                c.chartOptions.legend = { "textStyle": { "fontSize": 9 } };
-               c.default_curveType = 'none';
 
                calculateChartPointsToShow(c, c.chartOptions.isStacked?GROUPS_STACKED_POINTS_DIVISOR:GROUPS_POINTS_DIVISOR, GROUPS_MAX_TIME_TO_SHOW, -1);