Hi All,
I'm using the Google Charts Component Plugin, specifically for Tree Maps. I want to display the values dynamically in the tooltip as shown in the google developer documentation. But, in the Appian tree map plugin function, i only see option to show basic tooltip with showTooltips:true() option. Is there a way to display dynamic tooltip in Appian as shown in the google developer documentation.
Thanks in advance.
Discussion posts and replies are publicly visible
You can get some help from the Google Chart's official documentation or comment on the original plugin page, tagging the people who have been replying to the queries.
Thank you for the response. In the google developer documentation, they are using JavaScript code to render and display the dynamic tooltip. I'm not sure how to incorporate it in the appian plugin function. There isn't much info on that.