Is it possible to include hover information over a Pane?

I have a panel app with several icons displayed in pn.Row. I’m using pn.pane.PNG for each of the images. I’d like to provide hover information for each of the icons. Is that possible using Panel?

1 Like

Hi @kcpevey

Its not mentioned in the documentation https://panel.holoviz.org/reference/panes/PNG.html#panes-gallery-png

If including the png image via the HTML pane is an option. Then you can try

<img src="source of image" alt="alternative text" title="this will be displayed as a tooltip"/>

I believe tooltips are not supported on images. There is a remark here that all widgets should have tooltips. https://github.com/holoviz/panel/issues/254.

I’ve created a feature request here https://github.com/holoviz/panel/issues/1298.

Please describe your requirements there and up vote the request if its important.

1 Like