Commit 9a694b2b by Torkel Ödegaard Committed by GitHub

Graph: Revert bar centering to fix tooltip issue (#26876)

parent 6789c6ef
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment