OpenWaterFoundation / owf-app-dev-ng

Open Water Foundation Angular application to develop common libraries
0 stars 1 forks source link

Dashboard - need to resize indicators #35

Open smalers opened 2 years ago

smalers commented 2 years ago

I have set up a dashboard with a bunch of indicators, to try to represent the full Poudre status. The files used are attached. The problem is that even at full screen, the indicators are cut off. I can eliminate a row to get it to look OK but ideally it should resize to some degree within reasonable limits. There may need to be a layout property to force size to the single page without scrolling, or allow some level of vertical scrolling. I'm most interested in no scrolling at the moment since I want all the information to be seen on one page.

If the window is resized smaller vertically, it seems to handle OK because the center content is shown but top and bottom cut off..

I'm going to insert some appropriate images in the first column, possibly with label text, given that each row is a related group of indicators.

black main-dashboard.json.txt app-config.json.txt

image