mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
Add the diff
option on the singlestat panel
This commit is contained in:
parent
92a0b402c5
commit
80c67267e8
@ -21,7 +21,7 @@ class SingleStatCtrl extends MetricsPanelCtrl {
|
||||
invalidGaugeRange: boolean;
|
||||
panel: any;
|
||||
events: any;
|
||||
valueNameOptions: any[] = ['min','max','avg', 'current', 'total', 'name', 'first', 'delta', 'range'];
|
||||
valueNameOptions: any[] = ['min','max','avg', 'current', 'total', 'name', 'first', 'delta', 'diff', 'range'];
|
||||
|
||||
// Set and populate defaults
|
||||
panelDefaults = {
|
||||
|
Loading…
Reference in New Issue
Block a user