You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
Working with rows and the grid in Grafonnet is hard. The library should provide some helpers to make things easier.
Calculating grid positions yourself is annoying. I have developed some helper libraries -- I might be able to share the API and/or impl but will take some time with my employer.
The API is very unhelpful when it comes to working with rows. When are you supposed to do addRow(row) vs addPanel(row)? When to call addPanel() on a row? Numerous corner cases lead to panels disappearing, not being collapsed into rows, and even browser freezes. I've passed some MVEs to the core maintainers via DM.
The text was updated successfully, but these errors were encountered:
Working with rows and the grid in Grafonnet is hard. The library should provide some helpers to make things easier.
addRow(row)
vsaddPanel(row)
? When to calladdPanel()
on a row? Numerous corner cases lead to panels disappearing, not being collapsed into rows, and even browser freezes. I've passed some MVEs to the core maintainers via DM.The text was updated successfully, but these errors were encountered: