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

GaugeChartVisual

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

A gauge chart.

For more information, see Using gauge charts in the Amazon QuickSight User Guide.

interface GaugeChartVisual {
Actions?: VisualCustomAction[] | null;
ChartConfiguration?: GaugeChartConfiguration | null;
ConditionalFormatting?: GaugeChartConditionalFormatting | null;
Subtitle?: VisualSubtitleLabelOptions | null;
Title?: VisualTitleLabelOptions | null;
VisualId: string;
}

§Properties

§
Actions?: VisualCustomAction[] | null
[src]

The list of custom actions that are configured for a visual.

§
ChartConfiguration?: GaugeChartConfiguration | null
[src]

The configuration of a GaugeChartVisual.

§
ConditionalFormatting?: GaugeChartConditionalFormatting | null
[src]

The conditional formatting of a GaugeChartVisual.

§

The subtitle that is displayed on the visual.

§

The title that is displayed on the visual.

§
VisualId: string
[src]

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.