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
When I define the visualization elements in the server, they are stacked in a single column.
server = ModularServer(GeoModel,
[map_element, progress_indicator, another_progress_indicator, etc],
"Project 11", model_params)
This leaves a lot of white space to the sides of my browser screen. Is there a way to control where the elements show up on the screen. i.e. I want the progress indicators (these are TextElements) to the left or right of the map_element. Note that map_element is a mesa_geo MapModule.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I define the visualization elements in the server, they are stacked in a single column.
This leaves a lot of white space to the sides of my browser screen. Is there a way to control where the elements show up on the screen. i.e. I want the progress indicators (these are TextElements) to the left or right of the map_element. Note that map_element is a mesa_geo MapModule.
Thanks for the great project!
Beta Was this translation helpful? Give feedback.
All reactions