mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph: Revert bar centering to fix tooltip issue (#26876)
This commit is contained in:
@@ -516,7 +516,6 @@ class GraphElement {
|
||||
}
|
||||
default: {
|
||||
options.series.bars.barWidth = this.getMinTimeStepOfSeries(this.data) / 1.5;
|
||||
options.series.bars.align = 'center';
|
||||
this.addTimeAxis(options);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user