Violin hover not working

Hi

I am trying to use Violin from holoviews but it seems the hover is not working:

np.random.seed(37)
violin = hv.Violin(np.random.randn(100), vdims='Value').opts(tools = ['hover'])
violin

image

do we have any idea here?

Kind regards
Victor

It is a bug in holoviews that hover does not work for all of the plot types [ref].

Ok, Get it Thanks for the info