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

RadarChartAggregatedFieldWells

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

The aggregated field well configuration of a RadarChartVisual.

interface RadarChartAggregatedFieldWells {
Category?: DimensionField[] | null;
Color?: DimensionField[] | null;
Values?: MeasureField[] | null;
}

§Properties

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

The aggregated field well categories of a radar chart.

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

The color that are assigned to the aggregated field wells of a radar chart.

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

The values that are assigned to the aggregated field wells of a radar chart.