TemplateFunnelChartAggregatedFieldWells

data class TemplateFunnelChartAggregatedFieldWells(val category: List<TemplateDimensionField>? = null, val values: List<TemplateMeasureField>? = null)

Constructors

Link copied to clipboard
constructor(category: List<TemplateDimensionField>? = null, values: List<TemplateMeasureField>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category field wells of a funnel chart. Values are grouped by category fields.

Link copied to clipboard

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