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

FunnelChartConfiguration

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

The configuration of a FunnelChartVisual.

interface FunnelChartConfiguration {
CategoryLabelOptions?: ChartAxisLabelOptions | null;
DataLabelOptions?: FunnelChartDataLabelOptions | null;
FieldWells?: FunnelChartFieldWells | null;
SortConfiguration?: FunnelChartSortConfiguration | null;
Tooltip?: TooltipOptions | null;
ValueLabelOptions?: ChartAxisLabelOptions | null;
VisualPalette?: VisualPalette | null;
}

§Properties

§
CategoryLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options of the categories that are displayed in a FunnelChartVisual.

§
DataLabelOptions?: FunnelChartDataLabelOptions | null
[src]

The options that determine the presentation of the data labels.

§
FieldWells?: FunnelChartFieldWells | null
[src]

The field well configuration of a FunnelChartVisual.

§
SortConfiguration?: FunnelChartSortConfiguration | null
[src]

The sort configuration of a FunnelChartVisual.

§
Tooltip?: TooltipOptions | null
[src]

The tooltip configuration of a FunnelChartVisual.

§
ValueLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options for the values that are displayed in a FunnelChartVisual.

§
VisualPalette?: VisualPalette | null
[src]

The visual palette configuration of a FunnelChartVisual.