Skip to content

Commit

Permalink
Merge branch 'grafana-tools:master' into datasources-use-status-code
Browse files Browse the repository at this point in the history
  • Loading branch information
suhlig authored Aug 15, 2021
2 parents 5301079 + 9de4d14 commit 99de677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ type (
Bars bool `json:"bars"`
DashLength *uint `json:"dashLength,omitempty"`
Dashes *bool `json:"dashes,omitempty"`
Decimals *uint `json:"decimals,omitempty"`
Decimals *int `json:"decimals,omitempty"`
Fill int `json:"fill"`
// Grid grid `json:"grid"` obsoleted in 4.1 by xaxis and yaxis

Expand Down Expand Up @@ -442,7 +442,7 @@ type (
Type string `json:"type"`
ColorMode *string `json:"colorMode,omitempty"`
Colors *[]string `json:"colors,omitempty"`
Decimals *uint `json:"decimals,omitempty"`
Decimals *int `json:"decimals,omitempty"`
Thresholds *[]string `json:"thresholds,omitempty"`
Unit *string `json:"unit,omitempty"`
MappingType int `json:"mappingType,omitempty"`
Expand Down

0 comments on commit 99de677

Please sign in to comment.