Is it possible to create static heatmaps? I know that ArcGIS JS is capable of heatmap visualizations:
https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=visualization-heatmap
However, I'm trying to figure out a way to make a static heatmap (one that is not dependent on extents or zoom) based on the density of points. AFAIK there's nothing in the HeatmapRenderer documentation regarding static heatmaps, so it looks like I can't use HeatmapRenderer. Does anyone know if it is possible to accomplish that with ArcGIS JS?