DashboardTreeMapConfiguration

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The label options (label text, label visibility) for the colors displayed in a tree map.

Link copied to clipboard

The color options (gradient color, point of divergence) of a tree map.

Link copied to clipboard

The options that determine if visual data labels are displayed.

Link copied to clipboard

The field wells of the visual.

Link copied to clipboard

The label options (label text, label visibility) of the groups that are displayed in a tree map.

Link copied to clipboard

The legend display setup of the visual.

Link copied to clipboard

The label options (label text, label visibility) of the sizes that are displayed in a tree map.

Link copied to clipboard

The sort configuration of a tree map.

Link copied to clipboard

The tooltip display setup of the visual.