-
I've recently become a fan of Unovis, but am struggling to understand whether I can't find the information, or that this functionality is not existent: How can I activate tooltips for MapArea objects? Using Vue I tried to embed import { TopoJSONMap } from '@unovis/ts' and then set the triggers: const triggers = { [TopoJSONMap.selectors.MapArea]: d => d.data } I'm aware MapArea is not correct here, but couldn't find how to get the right selector, as there seem to be none for Areas? |
Beta Was this translation helpful? Give feedback.
Answered by
lee00678
Jan 23, 2025
Replies: 1 comment 1 reply
-
Hi @jojugaad, I think what you are looking for is |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jojugaad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jojugaad, I think what you are looking for is
feature