Event listener for statetimeline visualization


Hi everyone,

I am very new to grafana. I need help getting to know whether adding event listeners is possible on grafana visualization.

for more clarity, I have developed one grafana visualization type of “State Time Line”. which representing status value visualization over the timestamp. and queried data from the “elastic search” DB. embedded this visualization into react code.

then what my query is , is it possible to access the timestamp when user clicks the grafana state timeline visualization at certain point of time?

so please let me is it possible to add any customization JS code handle onclick event. if possible how we can do?

Thanks in advance!