From 9a694b2b5a354514de69dbc0c88f7c163e5dab08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 10 Aug 2020 10:59:12 +0200 Subject: [PATCH] Graph: Revert bar centering to fix tooltip issue (#26876) --- public/app/plugins/panel/graph/graph.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/plugins/panel/graph/graph.ts b/public/app/plugins/panel/graph/graph.ts index 0b1b8495d86..43b2c85b753 100644 --- a/public/app/plugins/panel/graph/graph.ts +++ b/public/app/plugins/panel/graph/graph.ts @@ -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; }