mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Allow to set current on graph panel
Refs #6335 Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
1ce0b8fe25
commit
d1eb7e5fcd
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user