AnalysisPieChartSortConfiguration

data class AnalysisPieChartSortConfiguration(val categoryItemsLimit: AnalysisItemsLimitConfiguration? = null, val categorySort: List<AnalysisFieldSortOptions>? = null, val smallMultiplesLimitConfiguration: AnalysisItemsLimitConfiguration? = null, val smallMultiplesSort: List<AnalysisFieldSortOptions>? = null)

Constructors

Link copied to clipboard
constructor(categoryItemsLimit: AnalysisItemsLimitConfiguration? = null, categorySort: List<AnalysisFieldSortOptions>? = null, smallMultiplesLimitConfiguration: AnalysisItemsLimitConfiguration? = null, smallMultiplesSort: List<AnalysisFieldSortOptions>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The limit on the number of categories that are displayed in a pie chart.

Link copied to clipboard

The sort configuration of the category fields.

Link copied to clipboard

The limit on the number of small multiples panels that are displayed.

Link copied to clipboard

The sort configuration of the small multiples field.