jakubplichta / grafana-dashboard-builder

Generate Grafana dashboards with YAML
Apache License 2.0
147 stars 42 forks source link

Support panel height #167

Open manueligno78 opened 5 years ago

manueligno78 commented 5 years ago

Seems that gripPos object is not managed by the tool. Should be cool to support this object to have some additional functionalities like panel height setting.

{ "content": "<a href=\"link">Latest release notes</a>\n", "description": null, "mode": "html", "title": "", "type": "text", "gridPos": { "x": 0, "y": 1, "w": 24, "h": 14 }, "id": 2 }