Skip to content

Commit

Permalink
fix: Propagate default_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Nov 12, 2024
1 parent 1f534a1 commit f9b861c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -3068,7 +3068,7 @@ class OverlayPlot(GenericOverlayPlot, LegendPlot):
'min_height', 'max_height', 'min_width', 'min_height',
'margin', 'aspect', 'data_aspect', 'frame_width',
'frame_height', 'responsive', 'fontscale', 'subcoordinate_y',
'subcoordinate_scale', 'autorange']
'subcoordinate_scale', 'autorange', 'default_tools']

def __init__(self, overlay, **kwargs):
self._multi_y_propagation = self.lookup_options(overlay, 'plot').options.get('multi_y', False)
Expand Down

0 comments on commit f9b861c

Please sign in to comment.