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

LineChartAggregatedFieldWells

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

The field well configuration of a line chart.

interface LineChartAggregatedFieldWells {
Category?: DimensionField[] | null;
Colors?: DimensionField[] | null;
SmallMultiples?: DimensionField[] | null;
Values?: MeasureField[] | null;
}

§Properties

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

The category field wells of a line chart. Values are grouped by category fields.

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

The color field wells of a line chart. Values are grouped by category fields.

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

The small multiples field well of a line chart.

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

The value field wells of a line chart. Values are aggregated based on categories.