-
-
Notifications
You must be signed in to change notification settings - Fork 407
Open
Labels
type: bugSomething isn't correct or isn't workingSomething isn't correct or isn't working
Description
Adding tools to an Overlay via opts has no effect.
import holoviews as hv
hv.extension('bokeh')
overlay = hv.Curve([-1, -2, -3]) * hv.Curve([1, 2, 3])
overlay.opts(tools=['zoom_in'])
To add tools to an Overlay, you need to add them to the elements it contains, one seems to be enough:
(Observed in #6190)
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't correct or isn't workingSomething isn't correct or isn't working