|
@@ -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') {
|