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

GaugeChartFieldWells

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

The field well configuration of a GaugeChartVisual.

interface GaugeChartFieldWells {
TargetValues?: MeasureField[] | null;
Values?: MeasureField[] | null;
}

§Properties

§
TargetValues?: MeasureField[] | null
[src]

The target value field wells of a GaugeChartVisual.

§
Values?: MeasureField[] | null
[src]

The value field wells of a GaugeChartVisual.