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

GaugeChartOptions

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

The options that determine the presentation of the GaugeChartVisual.

interface GaugeChartOptions {
Arc?: ArcConfiguration | null;
ArcAxis?: ArcAxisConfiguration | null;
Comparison?: ComparisonConfiguration | null;
PrimaryValueDisplayType?: PrimaryValueDisplayType | null;
PrimaryValueFontConfiguration?: FontConfiguration | null;
}

§Properties

§

The arc configuration of a GaugeChartVisual.

§
ArcAxis?: ArcAxisConfiguration | null
[src]

The arc axis configuration of a GaugeChartVisual.

§
Comparison?: ComparisonConfiguration | null
[src]

The comparison configuration of a GaugeChartVisual.

§
PrimaryValueDisplayType?: PrimaryValueDisplayType | null
[src]

The options that determine the primary value display type.

§
PrimaryValueFontConfiguration?: FontConfiguration | null
[src]

The options that determine the primary value font configuration.