diff --git a/src/app/panels/histogram/module.js b/src/app/panels/histogram/module.js index 8b4db76808f19f..1fe6e5ff64478e 100644 --- a/src/app/panels/histogram/module.js +++ b/src/app/panels/histogram/module.js @@ -91,6 +91,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) { intervals : ['auto','1s','1m','5m','10m','30m','1h','3h','12h','1d','1w','1y'], fill : 0, linewidth : 3, + pointradius : 5, timezone : 'browser', // browser, utc or a standard timezone spyable : true, zoomlinks : true, @@ -437,7 +438,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) { show: scope.panel.points, fill: 1, fillColor: false, - radius: 5 + radius: scope.panel.pointradius }, shadowSize: 1 }, diff --git a/src/app/panels/histogram/styleEditor.html b/src/app/panels/histogram/styleEditor.html index 20642d55218012..f53a9ec3876d7c 100644 --- a/src/app/panels/histogram/styleEditor.html +++ b/src/app/panels/histogram/styleEditor.html @@ -25,6 +25,10 @@
Chart Options
+
+ + +
Multiple Series