DashboardPieChartAggregatedFieldWells

data class DashboardPieChartAggregatedFieldWells(val category: List<DashboardDimensionField>? = null, val smallMultiples: List<DashboardDimensionField>? = null, val values: List<DashboardMeasureField>? = null)

Constructors

Link copied to clipboard
constructor(category: List<DashboardDimensionField>? = null, smallMultiples: List<DashboardDimensionField>? = null, values: List<DashboardMeasureField>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category (group/color) field wells of a pie chart.

Link copied to clipboard

The small multiples field well of a pie chart.

Link copied to clipboard

The value field wells of a pie chart. Values are aggregated based on categories.