Analysis Pie Chart Sort Configuration
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)
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.