Explorar el Código

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

Alexander Zobnin hace 9 años
padre
commit
e593cc3e9f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      public/app/plugins/panel/singlestat/module.ts

+ 2 - 2
public/app/plugins/panel/singlestat/module.ts

@@ -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
         }
       };