grafana / grafonnet

Jsonnet library for generating Grafana dashboards.
https://grafana.github.io/grafonnet/
Apache License 2.0
320 stars 18 forks source link

feat(util): provide helper functions to deal with gridPos and rows #155

Closed Duologic closed 6 months ago

Duologic commented 6 months ago

This PR adds a bunch of helper functions that could be used to work with rows and gridPos.

This should help resolve issues like #145

Duologic commented 6 months ago

Moved to draft as I want to add unit tests.