Time Series panel does not fire DataHoverEvent

Hi,

I’m trying to create a custom plugin panel for listening events from others panel like a DataHoverEvent.
I’ve followed this official guide How to subscribe to Grafana application events - #2 by csantosm for doing that.

The problem is DataHoverEvent and LegacyGraphHoverEvent are not fired from this panel.
When I emit a DataHoverEvent manually from my plugin panel, the subscription is retrieved so my code is working properly.
I think this is a Time Series Panel bug. Could you check it out ?

Is it a panel bug? Is there something I need to set up for this working fine?

INFO:
Docker compose with

  • Grafana: grafana/grafana:9.2.15-ubuntu
  • MySQL: mysql:latest