rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
588 stars 77 forks source link

add minimum size constraints to all widgets and remove vertical scroll #180

Closed AjayThorve closed 7 months ago

AjayThorve commented 7 months ago

This PR fixes #178 while also adding minimum size constraints([25vw, 25vw]) to all plots, and a slightly larger minHeight(45vh) for timeseries plot to make sure the seekbar is always visible since we got rid of the vertical scroll.

cc @jacobtomlinson

Preview: (No scrolls visible anymore) image