From f6bc9d0c331bb5a992f43616b9516f6dde8e7672 Mon Sep 17 00:00:00 2001 From: "Van Eenwyk, Jonathan" Date: Fri, 25 Oct 2013 10:57:38 -0600 Subject: [PATCH] histogram: option to set point radius --- src/app/panels/histogram/module.js | 3 ++- src/app/panels/histogram/styleEditor.html | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/panels/histogram/module.js b/src/app/panels/histogram/module.js index 8b4db76808f..1fe6e5ff644 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 20642d55218..f53a9ec3876 100644 --- a/src/app/panels/histogram/styleEditor.html +++ b/src/app/panels/histogram/styleEditor.html @@ -25,6 +25,10 @@ +
+ + +
Multiple Series