We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cd0c9 commit ee4965bCopy full SHA for ee4965b
panel.go
@@ -371,14 +371,15 @@ type (
371
Mode string `json:"mode"`
372
}
373
FieldConfigDefaults struct {
374
- Unit string `json:"unit"`
375
- Decimals *int `json:"decimals,omitempty"`
376
- Min *int `json:"min,omitempty"`
377
- Max *int `json:"max,omitempty"`
378
- Color FieldConfigColor `json:"color"`
379
- Thresholds Thresholds `json:"thresholds"`
380
- Custom FieldConfigCustom `json:"custom"`
381
- Links []Link `json:"links,omitempty"`
+ Unit string `json:"unit"`
+ Decimals *int `json:"decimals,omitempty"`
+ Min *int `json:"min,omitempty"`
+ Max *int `json:"max,omitempty"`
+ Color FieldConfigColor `json:"color"`
+ Thresholds Thresholds `json:"thresholds"`
+ Custom FieldConfigCustom `json:"custom"`
+ Links []Link `json:"links,omitempty"`
382
+ DisplayName string `json:"displayName,omitempty"`
383
384
FieldConfigCustom struct {
385
AxisLabel string `json:"axisLabel,omitempty"`
0 commit comments