Dashboard Radar Chart Sort Configuration
data class DashboardRadarChartSortConfiguration(val categoryItemsLimit: DashboardItemsLimitConfiguration? = null, val categorySort: List<DashboardFieldSortOptions>? = null, val colorItemsLimit: DashboardItemsLimitConfiguration? = null, val colorSort: List<DashboardFieldSortOptions>? = null)
Constructors
Link copied to clipboard
constructor(categoryItemsLimit: DashboardItemsLimitConfiguration? = null, categorySort: List<DashboardFieldSortOptions>? = null, colorItemsLimit: DashboardItemsLimitConfiguration? = null, colorSort: List<DashboardFieldSortOptions>? = null)