Skip to content

Commit

Permalink
Merge pull request #32 from Yasumoto/patch-1
Browse files Browse the repository at this point in the history
Add support for Panel Description
  • Loading branch information
grafov committed Sep 4, 2019
2 parents 83ac18a + 5085598 commit 2c31604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ type (
DashLength *uint `json:"dashLength,omitempty"`
Dashes *bool `json:"dashes,omitempty"`
Decimals *uint `json:"decimals,omitempty"`
Description *string `json:"description,omitempty"`
Fill int `json:"fill"`
// Grid grid `json:"grid"` obsoleted in 4.1 by xaxis and yaxis

Expand Down

0 comments on commit 2c31604

Please sign in to comment.