grafana / grafonnet

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

feat(util): Added support for rows in the wrapPanels function #215

Closed edyapups closed 3 weeks ago

edyapups commented 1 month ago

Now handles nested panels inside rows. Adjusted cursor logic for proper y coordinates with nested panels. Updated calculations for accurate panel placement.

This should make nested panels align correctly in the grid.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

Duologic commented 1 month ago

Isn't this also just covered by #214 by @v-zhuravlev ?

v-zhuravlev commented 1 month ago

Looks like that it the same, but different implementation.