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

PieChartAggregatedFieldWells

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

The field well configuration of a pie chart.

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

§Properties

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

The category (group/color) field wells of a pie chart.

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

The small multiples field well of a pie chart.

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

The value field wells of a pie chart. Values are aggregated based on categories.