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

FunnelChartDataLabelOptions

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

The options that determine the presentation of the data labels.

interface FunnelChartDataLabelOptions {
CategoryLabelVisibility?: Visibility | null;
LabelColor?: string | null;
LabelFontConfiguration?: FontConfiguration | null;
MeasureDataLabelStyle?: FunnelChartMeasureDataLabelStyle | null;
MeasureLabelVisibility?: Visibility | null;
Position?: DataLabelPosition | null;
Visibility?: Visibility | null;
}

§Properties

§
CategoryLabelVisibility?: Visibility | null
[src]

The visibility of the category labels within the data labels.

§
LabelColor?: string | null
[src]

The color of the data label text.

§
LabelFontConfiguration?: FontConfiguration | null
[src]

The font configuration for the data labels.

Only the FontSize attribute of the font configuration is used for data labels.

§
MeasureDataLabelStyle?: FunnelChartMeasureDataLabelStyle | null
[src]

Determines the style of the metric labels.

§
MeasureLabelVisibility?: Visibility | null
[src]

The visibility of the measure labels within the data labels.

§
Position?: DataLabelPosition | null
[src]

Determines the positioning of the data label relative to a section of the funnel.

§
Visibility?: Visibility | null
[src]

The visibility option that determines if data labels are displayed.