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

WaterfallChartOptions

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

The options that determine the presentation of a waterfall visual.

interface WaterfallChartOptions {
TotalBarLabel?: string | null;
}

§Properties

§
TotalBarLabel?: string | null
[src]

This option determines the total bar label of a waterfall visual.