I am migrating my DB1 dashboard to DB2 and having a hard time adjusting the layout. For example: a widget that was sized as 8X7 in DB1 does not match the width/height of an 8X7 widget in DB2 and I have to play around with the dimensions on each widget.
I searched this board and I found a couple of posts that seemed relevant but not what I was looking for (DB2 Widget Autosizing).
I don’t see a way to define the widget size in DB2. Does anyone know what the 1X1 widget size (in px) is in DB2 or if there is a way to define that like in DB1?
In Dashboard 2.0, to account for responsive layouts, we have a different default layout - “Grid”. This splits the screen into (by default) 12 columns, so something that is “6” units wide, is in fact 6/12 columns (50%) wide.
To have fixed widths like in Dashboard 1.0, you can change the Page’s layout to “Fixed”.
@joepavitt - I just checked and since I used the “migration” service from Flowfuse to update the flows (at least that’s my hypothesis), the updated pages were “fixed” and only the new ones (that I created for testing) were created as “grid”
Thanks - I had done that (“comfortable”). I think my issue was that I was doing the layout testing on page config as “grid” and then applying the same to a page that was configured as “fixed”. There are still some oddities, but it looks like it’s mostly working.