H.datalens.HeatmapLayer. Aggregation
Enumeration Summary
Set of possible values for the
aggregation
option.Enumeration Constants Description
If the heat map input data is buckets, then different types of aggregation can be applied to the rows in a bucket. The aggregation type is required for proper blending mode of the heat map. For the
AVERAGE
aggregation type, an averaged heat map is rendered.Property Details
static SUM : { string }
Specifies that the sum aggregation was applied to the bucket value
static AVERAGE : { string }
Specifies that the average aggregation was applied to the bucket value