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

ComboChartAggregatedFieldWells

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

The aggregated field wells of a combo chart.

interface ComboChartAggregatedFieldWells {
BarValues?: MeasureField[] | null;
Category?: DimensionField[] | null;
Colors?: DimensionField[] | null;
LineValues?: MeasureField[] | null;
}

§Properties

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

The aggregated BarValues field well of a combo chart.

§
Category?: DimensionField[] | null
[src]

The aggregated category field wells of a combo chart.

§
Colors?: DimensionField[] | null
[src]

The aggregated colors field well of a combo chart.

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

The aggregated LineValues field well of a combo chart.