DashboardSankeyDiagramSortConfiguration

data class DashboardSankeyDiagramSortConfiguration(val destinationItemsLimit: DashboardItemsLimitConfiguration? = null, val sourceItemsLimit: DashboardItemsLimitConfiguration? = null, val weightSort: List<DashboardFieldSortOptions>? = null)

Constructors

Link copied to clipboard
constructor(destinationItemsLimit: DashboardItemsLimitConfiguration? = null, sourceItemsLimit: DashboardItemsLimitConfiguration? = null, weightSort: List<DashboardFieldSortOptions>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The limit on the number of destination nodes that are displayed in a sankey diagram.

Link copied to clipboard

The limit on the number of source nodes that are displayed in a sankey diagram.

Link copied to clipboard

The sort configuration of the weight fields.