Change type of tooltip for Text Card mod #114
-
Hi, I am wondering how easy is it to get the tooltip of the text card mod working like other visualizations? The tooltip on the text card is a link that I want to render as an image through the url, but the tooltip of the mod seems to be set up differently where I can't set a different rendering method. The other mod in my screenshot (the word cloud) looks to have the functionality I'm looking for. Could anyone point me in the right direction here? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @afaskowitz, This is done by:
I hope this will help you. |
Beta Was this translation helpful? Give feedback.
Hi @afaskowitz,
In order to get Spotfire native tooltips in the Text card mod you need to update to version 1.3 of the Mods API and use the new tooltip functionality.
This is done by:
"tooltip": {"enabled": true}
to thedataViewDefinition
property in the mod-manifest.I hope this will help you.