Graph panel: display only bars in histogram mode, issue #5812.

This commit is contained in:
Alexander Zobnin 2016-08-16 21:53:53 +03:00
parent 113173be3d
commit 93515d0ffc

View File

@ -247,6 +247,9 @@ function (angular, $, moment, _, kbn, GraphTooltip) {
if (data.length) {
options.series.bars.barWidth = 0.7;
options.series.bars.align = 'center';
options.series.bars.show = true;
options.series.points.show = false;
options.series.lines.show = false;
}
addXAxis(options);