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

BoxPlotAggregatedFieldWells

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

The aggregated field well for a box plot.

interface BoxPlotAggregatedFieldWells {
GroupBy?: DimensionField[] | null;
Values?: MeasureField[] | null;
}

§Properties

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

The group by field well of a box plot chart. Values are grouped based on group by fields.

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

The value field well of a box plot chart. Values are aggregated based on group by fields.