Skip to content

Commit

Permalink
Add scroll field for table panel.
Browse files Browse the repository at this point in the history
Thank @justgoodman for the bugreport.
  • Loading branch information
grafov committed Dec 7, 2016
1 parent 02c64b2 commit bd25d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grafana/panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ type (
Styles []columnStyle `json:"styles"`
Transform string `json:"transform"`
Targets []Target `json:"targets,omitempty"`
Scroll bool `json:"scroll"` // from grafana 3.x
}
TextPanel struct {
Content string `json:"content"`
Expand Down

0 comments on commit bd25d9d

Please sign in to comment.