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

ScatterPlotUnaggregatedFieldWells

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

The unaggregated field wells of a scatter plot.

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

§Properties

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

The size field well of a scatter plot.

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

The x-axis field well of a scatter plot.

The x-axis is a dimension field and cannot be aggregated.

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

The y-axis field well of a scatter plot.

The y-axis is a dimension field and cannot be aggregated.