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

ContributionAnalysisDefault

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

The contribution analysis visual display for a line, pie, or bar chart.

interface ContributionAnalysisDefault {
ContributorDimensions: ColumnIdentifier[];
MeasureFieldId: string;
}

§Properties

§
ContributorDimensions: ColumnIdentifier[]
[src]

The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.

§
MeasureFieldId: string
[src]

The measure field that is used in the contribution analysis.