diff --git a/public/app/plugins/panel/gauge/GaugePanel.tsx b/public/app/plugins/panel/gauge/GaugePanel.tsx index a1d68167d4b..4ff27acd7f0 100644 --- a/public/app/plugins/panel/gauge/GaugePanel.tsx +++ b/public/app/plugins/panel/gauge/GaugePanel.tsx @@ -71,7 +71,7 @@ export class GaugePanel extends PureComponent { const { options, width, height } = this.props; return ( -
{this.renderGauge(timeSeries.stats[options.stat], width, height, theme)}
+
{this.renderGauge(timeSeries[0].stats[options.stat], width, height, theme)}
); }