mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix single gauge
This commit is contained in:
parent
58f04178a3
commit
d8f1e99249
@ -71,7 +71,7 @@ export class GaugePanel extends PureComponent<Props> {
|
|||||||
const { options, width, height } = this.props;
|
const { options, width, height } = this.props;
|
||||||
|
|
||||||
return (
|
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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user