HoverTool in BokehJS

Hello,

I am trying to use BokehJS to recreate a dynamic correlation plot that I built in Python using the regular Bokeh package. I can use the “Rect” glyph to generate the plot, but I am unable to generate the informative tooltips.

I couldn’t find the documentation on using this tool from BokehJS and I’m unable to add it using the syntax I use for other tools (i.e. {“tools”: [“Pan”]}).

Is there documentation or examples on this part of the BokehJS framework?

Thank you!