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

FunnelChartAggregatedFieldWells

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

The field well configuration of a FunnelChartVisual.

interface FunnelChartAggregatedFieldWells {
Category?: DimensionField[] | null;
Values?: MeasureField[] | null;
}

§Properties

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

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

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

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