Skip to content

Commit

Permalink
Issue grafana#4740 - change variable $SeriesName to $seriesName.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Jun 23, 2016
1 parent cc433c1 commit e593cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/app/plugins/panel/singlestat/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
};
Expand Down

0 comments on commit e593cc3

Please sign in to comment.