DashboardSankeyDiagramAggregatedFieldWells

data class DashboardSankeyDiagramAggregatedFieldWells(val destination: List<DashboardDimensionField>? = null, val source: List<DashboardDimensionField>? = null, val weight: List<DashboardMeasureField>? = null)

Constructors

constructor(destination: List<DashboardDimensionField>? = null, source: List<DashboardDimensionField>? = null, weight: List<DashboardMeasureField>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination field wells of a sankey diagram.

Link copied to clipboard

The source field wells of a sankey diagram.

Link copied to clipboard

The weight field wells of a sankey diagram.