DashboardSankeyDiagramChartConfiguration

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

Constructors

Link copied to clipboard
constructor(dataLabels: DashboardDataLabelOptions? = null, fieldWells: DashboardSankeyDiagramFieldWells? = null, interactions: DashboardVisualInteractionOptions? = 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 general visual interactions setup for a visual.

Link copied to clipboard

The sort configuration of a sankey diagram.