Hi,
I'm looking to create a script to insert into the "Resize" property of a dashboard. What I want to do is reload the map I created after a resize of the browser has occured.
Here's the script I came up with
map3.metricSetBindings.forEach(function(metricSetBinding){ metricSetBinding.dataResult = null });
map3.loadData();
The problem is that the map sometimes reloads but sometimes doesn't, but when it does it's only reloading part of the map. I have the map in a section of a template grid too to make it response.
Any help would be appreciated.
Thanks!