You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
In terms of where to put this in the interface, if there isn't going to be a distinct legend function, then I think the way the API should look is that in the call to figure, the user can specify a list() of additional options which get converted to json and passed to the bokeh js.
So to add click policy the call might be figure([some stuff], options=list(legend=list(click_policy='hide')))