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