We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5301079 + 9de4d14 commit 99de677Copy full SHA for 99de677
panel.go
@@ -133,7 +133,7 @@ type (
133
Bars bool `json:"bars"`
134
DashLength *uint `json:"dashLength,omitempty"`
135
Dashes *bool `json:"dashes,omitempty"`
136
- Decimals *uint `json:"decimals,omitempty"`
+ Decimals *int `json:"decimals,omitempty"`
137
Fill int `json:"fill"`
138
// Grid grid `json:"grid"` obsoleted in 4.1 by xaxis and yaxis
139
@@ -442,7 +442,7 @@ type (
442
Type string `json:"type"`
443
ColorMode *string `json:"colorMode,omitempty"`
444
Colors *[]string `json:"colors,omitempty"`
445
446
Thresholds *[]string `json:"thresholds,omitempty"`
447
Unit *string `json:"unit,omitempty"`
448
MappingType int `json:"mappingType,omitempty"`
0 commit comments