TemplateTreeMapAggregatedFieldWells

data class TemplateTreeMapAggregatedFieldWells(val colors: List<TemplateMeasureField>? = null, val groups: List<TemplateDimensionField>? = null, val sizes: List<TemplateMeasureField>? = null)

Constructors

Link copied to clipboard
constructor(colors: List<TemplateMeasureField>? = null, groups: List<TemplateDimensionField>? = null, sizes: List<TemplateMeasureField>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The color field well of a tree map. Values are grouped by aggregations based on group by fields.

Link copied to clipboard

The group by field well of a tree map. Values are grouped based on group by fields.

Link copied to clipboard

The size field well of a tree map. Values are aggregated based on group by fields.