Template Tree Map Aggregated Field Wells Args
data class TemplateTreeMapAggregatedFieldWellsArgs(val colors: Output<List<TemplateMeasureFieldArgs>>? = null, val groups: Output<List<TemplateDimensionFieldArgs>>? = null, val sizes: Output<List<TemplateMeasureFieldArgs>>? = null) : ConvertibleToJava<TemplateTreeMapAggregatedFieldWellsArgs>
Constructors
Link copied to clipboard
constructor(colors: Output<List<TemplateMeasureFieldArgs>>? = null, groups: Output<List<TemplateDimensionFieldArgs>>? = null, sizes: Output<List<TemplateMeasureFieldArgs>>? = null)
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.