Hello Team,
Initially, I tried generating an heatmap using the “Points on map” visualization module, but the heatmap disappears when the zoom level is below a city/department scale, leaving only raw points displayed on the map. Therefore, my alternative is to generate the heatmap in HTML.
I am looking for a solution to extract the timestamp from the user-selected filter to use this time interval for calculating the heatmap with an external code that generates the new HTML file. However, I don’t see any possibility to extract the user-selected timestamp.
Hello @duncan
The user is picking dates from a field and not a parameter. But, I heard that Quicksight can support custom visual extensions that can integrate with external mapping libraries but I didn’t find any exemple of implementation.
Here is the steps for Custom QuickSight Extension:
Create a custom visual extension using the QuickSight Developer Portal
Integrate Mapbox or Leaflet for better heatmap functionality
Access filter parameters through the extension API