I am looking to chart a heat map function for plotting coordinates on a selected area. Is there a heat map component I can use on one of my screens? if not, how do you recommend I should resolve this?
Nothing native. Can you explain your use case? My only suggestions at this point would be a custom AI component, or embedding a third party tool.
Sure, my use case will be a number of location (lat, long, timestamp) and I want to place them over a heat map. Where there are more entries nearby each other the color would be plotted as hot (towards red) and where they are farther away, they would be plotted as cold (towards light blue).
This will show areas in the heat map with more entries warmer than others.
I think this is a good match for your requirement.
You would have to construct the HTML for the map in a template column or a JS column, then use the result in a HTML to URL column.
Finally, try to show it on your screen using the Web Embed component.