holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.76k stars 518 forks source link

GridSpec responsiveness breaks when embedding a geoviews object #451

Closed zassa closed 4 years ago

zassa commented 5 years ago

This bug appears when using the Integer parameter widget to set the number of points shown on a geoviews map. On updating the geoviews plot based on the widget values the plot is redrawn with dimensions that don't appear to be inherited from the GridSpec layout that it is contained by.

A minimal 3 point demo is in the link below. https://github.com/zazbot5000/pyviz-panel-gridspec-example

philippjfr commented 5 years ago

Thanks, this is high priority for me to fix, so I'll try to take a look today.

zassa commented 5 years ago

Awesome stuff! The geoviews plot also doesn't fill the vertical space available, though I'm not sure if that should go in as a separate ticket.

philippjfr commented 4 years ago

Sorry this took so long, now fixed.