Commit 55204545 by Carl Bergquist Committed by GitHub

Merge pull request #6344 from roidelapluie/cuu

Allow to set current on graph panel
parents 5bf5ed68 d1eb7e5f
......@@ -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