mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
show timeseries label under gauge
This commit is contained in:
@@ -52,7 +52,7 @@ export class GaugePanel extends PureComponent<Props> {
|
||||
gauges.push(
|
||||
<div className="singlestat-panel" key={`gauge-${i}`} style={style}>
|
||||
{this.renderGauge(timeSeries[i].stats[options.stat], gaugeWidth, gaugeHeight, theme)}
|
||||
<div style={{ textAlign: 'center' }}>Gauge {i}</div>
|
||||
<div style={{ textAlign: 'center' }}>{timeSeries[i].label}</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user