Dashboard Heat Map Configuration
data class DashboardHeatMapConfiguration(val colorScale: DashboardColorScale? = null, val columnLabelOptions: DashboardChartAxisLabelOptions? = null, val dataLabels: DashboardDataLabelOptions? = null, val fieldWells: DashboardHeatMapFieldWells? = null, val legend: DashboardLegendOptions? = null, val rowLabelOptions: DashboardChartAxisLabelOptions? = null, val sortConfiguration: DashboardHeatMapSortConfiguration? = null, val tooltip: DashboardTooltipOptions? = null)
Constructors
Link copied to clipboard
fun DashboardHeatMapConfiguration(colorScale: DashboardColorScale? = null, columnLabelOptions: DashboardChartAxisLabelOptions? = null, dataLabels: DashboardDataLabelOptions? = null, fieldWells: DashboardHeatMapFieldWells? = null, legend: DashboardLegendOptions? = null, rowLabelOptions: DashboardChartAxisLabelOptions? = null, sortConfiguration: DashboardHeatMapSortConfiguration? = null, tooltip: DashboardTooltipOptions? = null)