Dashboard Tree Map Configuration
data class DashboardTreeMapConfiguration(val colorLabelOptions: DashboardChartAxisLabelOptions? = null, val colorScale: DashboardColorScale? = null, val dataLabels: DashboardDataLabelOptions? = null, val fieldWells: DashboardTreeMapFieldWells? = null, val groupLabelOptions: DashboardChartAxisLabelOptions? = null, val legend: DashboardLegendOptions? = null, val sizeLabelOptions: DashboardChartAxisLabelOptions? = null, val sortConfiguration: DashboardTreeMapSortConfiguration? = null, val tooltip: DashboardTooltipOptions? = null)
Constructors
Link copied to clipboard
fun DashboardTreeMapConfiguration(colorLabelOptions: DashboardChartAxisLabelOptions? = null, colorScale: DashboardColorScale? = null, dataLabels: DashboardDataLabelOptions? = null, fieldWells: DashboardTreeMapFieldWells? = null, groupLabelOptions: DashboardChartAxisLabelOptions? = null, legend: DashboardLegendOptions? = null, sizeLabelOptions: DashboardChartAxisLabelOptions? = null, sortConfiguration: DashboardTreeMapSortConfiguration? = null, tooltip: DashboardTooltipOptions? = null)