mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph panel: display only bars in histogram mode, issue #5812.
This commit is contained in:
parent
113173be3d
commit
93515d0ffc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user