Template Tree Map Configuration
data class TemplateTreeMapConfiguration(val colorLabelOptions: TemplateChartAxisLabelOptions? = null, val colorScale: TemplateColorScale? = null, val dataLabels: TemplateDataLabelOptions? = null, val fieldWells: TemplateTreeMapFieldWells? = null, val groupLabelOptions: TemplateChartAxisLabelOptions? = null, val legend: TemplateLegendOptions? = null, val sizeLabelOptions: TemplateChartAxisLabelOptions? = null, val sortConfiguration: TemplateTreeMapSortConfiguration? = null, val tooltip: TemplateTooltipOptions? = null)
Constructors
Link copied to clipboard
constructor(colorLabelOptions: TemplateChartAxisLabelOptions? = null, colorScale: TemplateColorScale? = null, dataLabels: TemplateDataLabelOptions? = null, fieldWells: TemplateTreeMapFieldWells? = null, groupLabelOptions: TemplateChartAxisLabelOptions? = null, legend: TemplateLegendOptions? = null, sizeLabelOptions: TemplateChartAxisLabelOptions? = null, sortConfiguration: TemplateTreeMapSortConfiguration? = null, tooltip: TemplateTooltipOptions? = null)
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.