Dash Hyperlink on dot hover

Hi i m trying to add hyperlink on scatter dot hover.I added hyperllink in text hover…but hover get closed when i move cursor to hyperlink and cant able to click that link…So anyone suggest me how to fix this…

Hi @anandmk
As far as I know, it’s not possible to add a hyperlink into hover. However, I created a div tied to a click_event. So if you click on a marker (scatter dot), the link data from that marker goes into the div section. See this ScatterMapBox tutorial with hyperlink that I created.