How to add multiple Hover Tools without showing multiple icons in the toolbar?
问题 Following the example here I have added multiple tooltips to a stacked bar chart. I also want to have other tools available in the toolbar above the plot, but when multiple hover tools are created using the process in the example it creates multiple icons in the tool bar, leaving it looking messy like this: Is there a way to add multiple hover tools, and have the toolbar visible with other tools in it, but not duplicate the hover icon? 回答1: Just set the toggleable attribute to False . Check