This page includes steps for creating a heat map layer on an image.
Typically, a heat map positions color-coded circular elements at specified locations on an image, for the purpose of visualizing some data that you want to associate with the image. For example, to visualize temperature by room, you could position a circular element on each room in a floor plan, and you could color code these markers according to temperature. To create a heat map layer on an image, first you group an image component and a heat map component, and then you load tables that describe the marker locations and the temperature data.
In a heat map, the data value used for color coding is called the "intensity" value.
For a detailed reference of properties that affect heat map components, see Common Properties and Heat Map Properties.
A heat map component in DGLux5
These steps show one way to create a heat map overlay for an image.
In some cases, you might be able to combine steps 2 to 4 by writing a single query that includes X, Y, and intensity values.
With the heat map selected, hover over the Width property until a blue dot appears, and double-click the blue dot. Do the same for the Height property.
This creates a small binding pop-up dialog that includes the two properties.
Load a second table that includes your "intensity" data.
This table can be loaded using a query, a CSV or JSON file, or some other means. It must include a column of data to be used for intensity values and a column of identifying strings matching the tag values in the previous table.
In the Property Inspector, for X Field, Y Field, and Intensity Field, type the names of the relevant columns in the joined table.
Circular elements now appear on your heat map.