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
fun TemplateTreeMapConfiguration(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)