mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Issue #4740 - change variable $SeriesName to $seriesName.
This commit is contained in:
parent
cc433c1fbd
commit
e593cc3e9f
@ -200,9 +200,9 @@ class SingleStatCtrl extends MetricsPanelCtrl {
|
|||||||
data.valueRounded = kbn.roundValue(data.value, decimalInfo.decimals);
|
data.valueRounded = kbn.roundValue(data.value, decimalInfo.decimals);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add $SeriesName variable for using in prefix or postfix
|
// Add $seriesName variable for using in prefix or postfix
|
||||||
data.scopedVars = {
|
data.scopedVars = {
|
||||||
SeriesName: {
|
seriesName: {
|
||||||
value: this.series[0].label
|
value: this.series[0].label
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user