File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ type (
133
133
Bars bool `json:"bars"`
134
134
DashLength * uint `json:"dashLength,omitempty"`
135
135
Dashes * bool `json:"dashes,omitempty"`
136
- Decimals * uint `json:"decimals,omitempty"`
136
+ Decimals * int `json:"decimals,omitempty"`
137
137
Fill int `json:"fill"`
138
138
// Grid grid `json:"grid"` obsoleted in 4.1 by xaxis and yaxis
139
139
@@ -442,7 +442,7 @@ type (
442
442
Type string `json:"type"`
443
443
ColorMode * string `json:"colorMode,omitempty"`
444
444
Colors * []string `json:"colors,omitempty"`
445
- Decimals * uint `json:"decimals,omitempty"`
445
+ Decimals * int `json:"decimals,omitempty"`
446
446
Thresholds * []string `json:"thresholds,omitempty"`
447
447
Unit * string `json:"unit,omitempty"`
448
448
MappingType int `json:"mappingType,omitempty"`
You can’t perform that action at this time.
0 commit comments