Skip to main content
April 8, 2024
Question

Tree Map Google Charts - Display Dynamic Tooltip

  • April 8, 2024
  • 2 replies
  • 0 views

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.

2 replies

harshitb6843
April 8, 2024

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. 

April 8, 2024

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.