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

TreeMapConfiguration

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

The configuration of a tree map.

interface TreeMapConfiguration {
ColorLabelOptions?: ChartAxisLabelOptions | null;
ColorScale?: ColorScale | null;
DataLabels?: DataLabelOptions | null;
FieldWells?: TreeMapFieldWells | null;
GroupLabelOptions?: ChartAxisLabelOptions | null;
Legend?: LegendOptions | null;
SizeLabelOptions?: ChartAxisLabelOptions | null;
SortConfiguration?: TreeMapSortConfiguration | null;
Tooltip?: TooltipOptions | null;
}

§Properties

§
ColorLabelOptions?: ChartAxisLabelOptions | null
[src]

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

§
ColorScale?: ColorScale | null
[src]

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

§
DataLabels?: DataLabelOptions | null
[src]

The options that determine if visual data labels are displayed.

§
FieldWells?: TreeMapFieldWells | null
[src]

The field wells of the visual.

§
GroupLabelOptions?: ChartAxisLabelOptions | null
[src]

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

§
Legend?: LegendOptions | null
[src]

The legend display setup of the visual.

§
SizeLabelOptions?: ChartAxisLabelOptions | null
[src]

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

§
SortConfiguration?: TreeMapSortConfiguration | null
[src]

The sort configuration of a tree map.

§
Tooltip?: TooltipOptions | null
[src]

The tooltip display setup of the visual.