Commit d1eb7e5f by Julien Pivotto

Allow to set current on graph panel

Refs #6335

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
parent 1ce0b8fe
......@@ -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') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment