I’d also very much like to know if this is possible. Keeping the height of a figure to be less than the viewport height makes display of a figure much better (on e.g. a mobile oriented as landscape).
Nothing I’ve tried in CSS / style etc.has worked. I think it should be possible in Dash using the approach given by @AIMPED at Making marker size dynamic when changing browser sizes, but trying that hasn’t got to the top of my list yet, and it would be nice if there’s an easier way.
(An AG Grid can be kept smaller than the viewport height with style={“max-height”:“80vh”})