Is it possible to have a tooltip on the map and defining large circle depending on the value on a particular city location? #1313
Answered
by
williaster
hyfydistro
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
williaster
Aug 16, 2021
Replies: 1 comment 1 reply
-
Hi @hyfydistro it seems like in this case you would trigger the tooltip when hovering a circle? In that case you just need to attach an
There are several examples in the gallery for triggering tooltips with content specific to the point that triggered the tooltip. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hyfydistro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @hyfydistro it seems like in this case you would trigger the tooltip when hovering a circle? In that case you just need to attach an
onPointerMove
or equivalent handler toThere are several examples in the gallery for triggering tooltips with content specific to the point that triggered the tooltip.