Browse Source

Allow to set current on graph panel

Refs #6335

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
Julien Pivotto 9 years ago
parent
commit
d1eb7e5fcd
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: 'Total', value: 'total'},
       {text: 'Count', value: 'count'},
+      {text: 'Current', value: 'current'},
     ];
 
     if (this.panel.xaxis.mode === 'custom') {