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

ScatterPlotFieldWells

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

The field well configuration of a scatter plot.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface ScatterPlotFieldWells {
ScatterPlotCategoricallyAggregatedFieldWells?: ScatterPlotCategoricallyAggregatedFieldWells | null;
ScatterPlotUnaggregatedFieldWells?: ScatterPlotUnaggregatedFieldWells | null;
}

§Properties

§
ScatterPlotCategoricallyAggregatedFieldWells?: ScatterPlotCategoricallyAggregatedFieldWells | null
[src]

The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.

§
ScatterPlotUnaggregatedFieldWells?: ScatterPlotUnaggregatedFieldWells | null
[src]

The unaggregated field wells of a scatter plot. Scatter plots without a category field well have unaggregated field wells. The x and y-axes of these scatter plots are unaggregated.