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

BarChartAggregatedFieldWells

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

The aggregated field wells of a bar chart.

interface BarChartAggregatedFieldWells {
Category?: DimensionField[] | null;
Colors?: DimensionField[] | null;
SmallMultiples?: DimensionField[] | null;
Values?: MeasureField[] | null;
}

§Properties

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

The category (y-axis) field well of a bar chart.

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

The color (group/color) field well of a bar chart.

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

The small multiples field well of a bar chart.

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

The value field wells of a bar chart. Values are aggregated by category.