Allow to set current on graph panel

Refs #6335

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2016-10-20 20:48:37 +02:00
parent 1ce0b8fe25
commit d1eb7e5fcd
No known key found for this signature in database
GPG Key ID: 6758AB4EFE79EA8A

View File

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