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

This commit is contained in:
Torkel Ödegaard
2020-08-10 10:59:12 +02:00
committed by GitHub
parent 6789c6ef39
commit 9a694b2b5a

View File

@@ -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;
}