-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group or hide hover tools in Bokeh toolbar #6252
Comments
@mattpap , this could be solved with the ability to group tools which is sounds like you are working on. |
Yes. The relevant bokeh issue is bokeh/bokeh#5497 (a very old one). |
observation: if I create a custom bokeh HoverTool, and pass that in like .opts(tools=[HoverTool()] then the hover tools are combined in the toolbar. |
even just hv.Layout((overlay, hv.Empty()) |
Yeah, we should probably run the |
e.g. as we do here for a Layout toolbar |
Is your feature request related to a problem? Please describe.
Too many hover tools when overlaying many elements with custom hover.
Describe the solution you'd like
Group or hide the hover tooltips
Additional context
Code
The text was updated successfully, but these errors were encountered: