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

ScatterPlotCategoricallyAggregatedFieldWells

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

The aggregated field well of a scatter plot.

interface ScatterPlotCategoricallyAggregatedFieldWells {
Category?: DimensionField[] | null;
Size?: MeasureField[] | null;
XAxis?: MeasureField[] | null;
YAxis?: MeasureField[] | null;
}

§Properties

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

The category field well of a scatter plot.

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

The size field well of a scatter plot.

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

The x-axis field well of a scatter plot.

The x-axis is aggregated by category.

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

The y-axis field well of a scatter plot.

The y-axis is aggregated by category.