mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
fix single gauge
This commit is contained in:
@@ -71,7 +71,7 @@ export class GaugePanel extends PureComponent<Props> {
|
||||
const { options, width, height } = this.props;
|
||||
|
||||
return (
|
||||
<div className="singlestat-panel">{this.renderGauge(timeSeries.stats[options.stat], width, height, theme)}</div>
|
||||
<div className="singlestat-panel">{this.renderGauge(timeSeries[0].stats[options.stat], width, height, theme)}</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user