DashboardSankeyDiagramChartConfiguration

data class DashboardSankeyDiagramChartConfiguration(val dataLabels: DashboardDataLabelOptions? = null, val fieldWells: DashboardSankeyDiagramFieldWells? = null, val sortConfiguration: DashboardSankeyDiagramSortConfiguration? = null)

Constructors

Link copied to clipboard
constructor(dataLabels: DashboardDataLabelOptions? = null, fieldWells: DashboardSankeyDiagramFieldWells? = null, sortConfiguration: DashboardSankeyDiagramSortConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data label configuration of a sankey diagram.

Link copied to clipboard

The field well configuration of a sankey diagram.

Link copied to clipboard

The sort configuration of a sankey diagram.