Hi all!
I'm working with a fairly large dataset (~1.4 million points) trying to create a heatmap visualization in Dashboards that can be customized via a set of Selectors to filter by time, geographic area, and category. I have the Dashboard framework set up, and the Action logic is working fine as confirmed by Indicators and Gauges behaving as intended. However, the rendering of each heatmap per selection is taking on the order of several minutes to complete. I have found at least one other Community Topic from 2015 discussing the fact that rendering 61,000 points takes up to 17 seconds in Chrome for this user, so my worry is that the rendering time is just a function of the heatmap process with especially large data layers.
I am using:
- Chrome 129.0.6668.101 (Official Build) (64-bit) (cohort: Stable)
- Windows 10 Version 10.0.19045 Build 19045
- The Feature Layer on ArcGIS Online is a hosted feature layer
Am I missing something obvious to make the render time of these visualizations faster, or is this just inherent to the process?
Thanks so much for the help!