Analysis Tree Map Aggregated Field Wells
data class AnalysisTreeMapAggregatedFieldWells(val colors: List<AnalysisMeasureField>? = null, val groups: List<AnalysisDimensionField>? = null, val sizes: List<AnalysisMeasureField>? = null)
Constructors
Link copied to clipboard
constructor(colors: List<AnalysisMeasureField>? = null, groups: List<AnalysisDimensionField>? = null, sizes: List<AnalysisMeasureField>? = 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.