Issue #4740 - change variable $SeriesName to $seriesName.

This commit is contained in:
Alexander Zobnin 2016-06-23 19:35:50 +03:00
parent cc433c1fbd
commit e593cc3e9f

View File

@ -200,9 +200,9 @@ class SingleStatCtrl extends MetricsPanelCtrl {
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 = {
SeriesName: {
seriesName: {
value: this.series[0].label
}
};