From bd25d9da822c225e80b9b95011db8d94bd123e8b Mon Sep 17 00:00:00 2001 From: "Alexander I.Grafov" Date: Wed, 7 Dec 2016 21:23:47 +0300 Subject: [PATCH] Add `scroll` field for table panel. Thank @justgoodman for the bugreport. --- grafana/panel.go | 1 + 1 file changed, 1 insertion(+) diff --git a/grafana/panel.go b/grafana/panel.go index 80732d9..ad94b16 100644 --- a/grafana/panel.go +++ b/grafana/panel.go @@ -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"`