Browse Source

Merge pull request #6344 from roidelapluie/cuu

Allow to set current on graph panel
Carl Bergquist 9 years ago
parent
commit
5520454523
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/app/plugins/panel/graph/axes_editor.ts

+ 1 - 0
public/app/plugins/panel/graph/axes_editor.ts

@@ -39,6 +39,7 @@ export class AxesEditorCtrl {
       {text: 'Max', value: 'min'},
       {text: 'Max', value: 'min'},
       {text: 'Total', value: 'total'},
       {text: 'Total', value: 'total'},
       {text: 'Count', value: 'count'},
       {text: 'Count', value: 'count'},
+      {text: 'Current', value: 'current'},
     ];
     ];
 
 
     if (this.panel.xaxis.mode === 'custom') {
     if (this.panel.xaxis.mode === 'custom') {