Skip to content

Commit

Permalink
support custom vizzu backend (#7114)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen authored Aug 12, 2024
1 parent 9b198c8 commit 8799cda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions panel/pane/holoviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ def _sync_sizing_mode(self, plot):
'width': None,
'height': None
}
else:
params = {}

self._syncing_props = True
try:
self.param.update({k: v for k, v in params.items() if k not in self._overrides})
Expand Down

0 comments on commit 8799cda

Please sign in to comment.