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

GaugeChartConfiguration

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

The configuration of a GaugeChartVisual.

interface GaugeChartConfiguration {
DataLabels?: DataLabelOptions | null;
FieldWells?: GaugeChartFieldWells | null;
GaugeChartOptions?: GaugeChartOptions | null;
TooltipOptions?: TooltipOptions | null;
VisualPalette?: VisualPalette | null;
}

§Properties

§
DataLabels?: DataLabelOptions | null
[src]

The data label configuration of a GaugeChartVisual.

§
FieldWells?: GaugeChartFieldWells | null
[src]

The field well configuration of a GaugeChartVisual.

§
GaugeChartOptions?: GaugeChartOptions | null
[src]

The options that determine the presentation of the GaugeChartVisual.

§
TooltipOptions?: TooltipOptions | null
[src]

The tooltip configuration of a GaugeChartVisual.

§
VisualPalette?: VisualPalette | null
[src]

The visual palette configuration of a GaugeChartVisual.