Hello All,
I am fairly new to plotly / dash. I have custom data displayed on hovertemplate. Is there any option for users to select text in hovertemplate data?
for eg:
hovertemplate=(
"<b>%{name[0]}</b><br>"+\
"Votes: %{address[1]}"
)
Is there any way we can highlight and copy address only in hovertemplate data?
Do we have any similar API which google maps provides