Reputation: 51
I've been trying to modify Grafana to suit one of my recent needs. Is there any possibility to restructure Panels in Grafana to look something like the image below?
Grafana completely flexible structure/layout
It really does not have to look like the one above, but if there is at least a quick way to get something like the one below, I'd really be thankful:
Grafana Nested panels (two or more child panels inside a parent panel)
Even if it means that I have to tweak the SDK, a small sample of the process flow would be much appreciated.
Thank you very much!
Upvotes: 5
Views: 22035
Reputation: 21
I know this is an old question, but it appeared first at my google search results so i'll post what i've found here. There's "convert to row" option for panels, which can be used like this: https://grafana.com/grafana/dashboards/1860
This fully covers my personal demands
Upvotes: 1
Reputation: 3942
Thats not really possible..
Grafana dashboards contains rows with panels. Panels can have a set width and height.
Here is a dashboard example of how to have panels with fixed width and height: http://play.grafana.org/dashboard/db/advanced-layout
Upvotes: 1