Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HeatMapConfiguration

import type { HeatMapConfiguration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The configuration of a heat map.

interface HeatMapConfiguration {
ColorScale?: ColorScale | null;
ColumnLabelOptions?: ChartAxisLabelOptions | null;
DataLabels?: DataLabelOptions | null;
FieldWells?: HeatMapFieldWells | null;
Legend?: LegendOptions | null;
RowLabelOptions?: ChartAxisLabelOptions | null;
SortConfiguration?: HeatMapSortConfiguration | null;
Tooltip?: TooltipOptions | null;
}

§Properties

§
ColorScale?: ColorScale | null
[src]

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

§
ColumnLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options of the column that is displayed in a heat map.

§
DataLabels?: DataLabelOptions | null
[src]

The options that determine if visual data labels are displayed.

§
FieldWells?: HeatMapFieldWells | null
[src]

The field wells of the visual.

§
Legend?: LegendOptions | null
[src]

The legend display setup of the visual.

§
RowLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options of the row that is displayed in a heat map.

§
SortConfiguration?: HeatMapSortConfiguration | null
[src]

The sort configuration of a heat map.

§
Tooltip?: TooltipOptions | null
[src]

The tooltip display setup of the visual.