Template Line Chart Aggregated Field Wells
data class TemplateLineChartAggregatedFieldWells(val category: List<TemplateDimensionField>? = null, val colors: List<TemplateDimensionField>? = null, val smallMultiples: List<TemplateDimensionField>? = null, val values: List<TemplateMeasureField>? = null)
Constructors
Link copied to clipboard
constructor(category: List<TemplateDimensionField>? = null, colors: List<TemplateDimensionField>? = null, smallMultiples: List<TemplateDimensionField>? = null, values: List<TemplateMeasureField>? = null)
Properties
Link copied to clipboard
The category field wells of a line chart. Values are grouped by category fields.
Link copied to clipboard
The color field wells of a line chart. Values are grouped by category fields.
Link copied to clipboard
The small multiples field well of a line chart.
Link copied to clipboard
The value field wells of a line chart. Values are aggregated based on categories.