Heatmap not working with Dashboard widget Clicked
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 10:42 AM
In UI Builder, I've added a Dashboard to my page and have configured "Use default redirections" to false for it. I have then added an event for Dashboard widget Clicked > Execute - Client script > Dashboard Widget Clicked.
Here's the issue: everything works great on all of my different visualizations within that dashboard except for Heatmaps. When I click on a Heatmap, the Dashboard widget Clicked does not trigger (I have a console.log to view the event, and nothing at all happens when I click on any Heatmap visualization). Bar charts, pie charts, single score cards all trigger that event when clicked. Is this a bug or am I doing something wrong?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
I figured out the issue. I was using the event param for part of it and when I removed that portion and just used the payload built into the script it works. So something on the event wasn't getting passed in for those particular widgets and I'm not sure why, but removing that event reference resolved my problem.