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 Mar 22, 2023. It is now read-only.
If you make a dashboard with several rows of graphs, it quickly becomes unreadable on smaller screens, since firefly "intelligently" sizes graphs to fit on one screen without scrolling. We should set a minimum height/width for graphs (I would vote for something like 400 pixels) and refuse to scale a graph below that.
Probably worth putting in ui_server.yaml, since it seems like different consumers might have different preferences.
Or we could make it per-client and use that client-side configuration UI that we used to talk about...
The text was updated successfully, but these errors were encountered:
If you make a dashboard with several rows of graphs, it quickly becomes unreadable on smaller screens, since firefly "intelligently" sizes graphs to fit on one screen without scrolling. We should set a minimum height/width for graphs (I would vote for something like 400 pixels) and refuse to scale a graph below that.
Probably worth putting in
ui_server.yaml
, since it seems like different consumers might have different preferences.Or we could make it per-client and use that client-side configuration UI that we used to talk about...
The text was updated successfully, but these errors were encountered: