diff --git a/src/app/panels/graphite/module.js b/src/app/panels/graphite/module.js index 57db97193ba..3edf2ca4a22 100644 --- a/src/app/panels/graphite/module.js +++ b/src/app/panels/graphite/module.js @@ -211,6 +211,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) { zerofill : true, nullPointMode : 'connected', + steppedLine: false, tooltip : { value_type: 'cumulative', @@ -564,7 +565,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) { // Silly, but fixes bug in stacked percentages fill: scope.panel.fill === 0 ? 0.001 : scope.panel.fill/10, lineWidth: scope.panel.linewidth, - steps: false + steps: scope.panel.steppedLine }, bars: { show: scope.panel.bars, diff --git a/src/app/panels/graphite/styleEditor.html b/src/app/panels/graphite/styleEditor.html index cce98aa674f..2c22f6336f9 100644 --- a/src/app/panels/graphite/styleEditor.html +++ b/src/app/panels/graphite/styleEditor.html @@ -17,13 +17,6 @@
-
- - -
-
- -
@@ -37,10 +30,24 @@
+ +
+
Line options
+
+ + +
+
+ + +
+
+
+
Multiple Series