TemplateWaterfallChartAggregatedFieldWells

data class TemplateWaterfallChartAggregatedFieldWells(val breakdowns: List<TemplateDimensionField>? = null, val categories: List<TemplateDimensionField>? = null, val values: List<TemplateMeasureField>? = null)

Constructors

constructor(breakdowns: List<TemplateDimensionField>? = null, categories: List<TemplateDimensionField>? = null, values: List<TemplateMeasureField>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The breakdown field wells of a waterfall visual.

Link copied to clipboard

The category field wells of a waterfall visual.

Link copied to clipboard

The value field wells of a waterfall visual.