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

WaterfallChartConfiguration

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

The configuration for a waterfall visual.

interface WaterfallChartConfiguration {
CategoryAxisDisplayOptions?: AxisDisplayOptions | null;
CategoryAxisLabelOptions?: ChartAxisLabelOptions | null;
DataLabels?: DataLabelOptions | null;
FieldWells?: WaterfallChartFieldWells | null;
Legend?: LegendOptions | null;
PrimaryYAxisDisplayOptions?: AxisDisplayOptions | null;
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions | null;
SortConfiguration?: WaterfallChartSortConfiguration | null;
VisualPalette?: VisualPalette | null;
WaterfallChartOptions?: WaterfallChartOptions | null;
}

§Properties

§
CategoryAxisDisplayOptions?: AxisDisplayOptions | null
[src]

The options that determine the presentation of the category axis.

§
CategoryAxisLabelOptions?: ChartAxisLabelOptions | null
[src]

The options that determine the presentation of the category axis label.

§
DataLabels?: DataLabelOptions | null
[src]

The data label configuration of a waterfall visual.

§
FieldWells?: WaterfallChartFieldWells | null
[src]

The field well configuration of a waterfall visual.

§
Legend?: LegendOptions | null
[src]

The legend configuration of a waterfall visual.

§
PrimaryYAxisDisplayOptions?: AxisDisplayOptions | null
[src]

The options that determine the presentation of the y-axis.

§
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions | null
[src]

The options that determine the presentation of the y-axis label.

§
SortConfiguration?: WaterfallChartSortConfiguration | null
[src]

The sort configuration of a waterfall visual.

§
VisualPalette?: VisualPalette | null
[src]

The visual palette configuration of a waterfall visual.

§
WaterfallChartOptions?: WaterfallChartOptions | null
[src]

The options that determine the presentation of a waterfall visual.