TemplateWaterfallChartSortConfiguration

data class TemplateWaterfallChartSortConfiguration(val breakdownItemsLimit: TemplateItemsLimitConfiguration? = null, val categorySort: List<TemplateFieldSortOptions>? = null)

Constructors

Link copied to clipboard
constructor(breakdownItemsLimit: TemplateItemsLimitConfiguration? = null, categorySort: List<TemplateFieldSortOptions>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The limit on the number of bar groups that are displayed.

Link copied to clipboard

The sort configuration of the category fields.