mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #6344 from roidelapluie/cuu
Allow to set current on graph panel
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user