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 (
133133 Bars bool `json:"bars"`
134134 DashLength * uint `json:"dashLength,omitempty"`
135135 Dashes * bool `json:"dashes,omitempty"`
136- Decimals * uint `json:"decimals,omitempty"`
136+ Decimals * int `json:"decimals,omitempty"`
137137 Fill int `json:"fill"`
138138 // Grid grid `json:"grid"` obsoleted in 4.1 by xaxis and yaxis
139139
@@ -442,7 +442,7 @@ type (
442442 Type string `json:"type"`
443443 ColorMode * string `json:"colorMode,omitempty"`
444444 Colors * []string `json:"colors,omitempty"`
445- Decimals * uint `json:"decimals,omitempty"`
445+ Decimals * int `json:"decimals,omitempty"`
446446 Thresholds * []string `json:"thresholds,omitempty"`
447447 Unit * string `json:"unit,omitempty"`
448448 MappingType int `json:"mappingType,omitempty"`
You can’t perform that action at this time.
0 commit comments