TemplateSankeyDiagramChartConfiguration

data class TemplateSankeyDiagramChartConfiguration(val dataLabels: TemplateDataLabelOptions? = null, val fieldWells: TemplateSankeyDiagramFieldWells? = null, val sortConfiguration: TemplateSankeyDiagramSortConfiguration? = null)

Constructors

Link copied to clipboard
constructor(dataLabels: TemplateDataLabelOptions? = null, fieldWells: TemplateSankeyDiagramFieldWells? = null, sortConfiguration: TemplateSankeyDiagramSortConfiguration? = 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.