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

ComboChartSortConfiguration

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

The sort configuration of a ComboChartVisual.

interface ComboChartSortConfiguration {
CategoryItemsLimit?: ItemsLimitConfiguration | null;
CategorySort?: FieldSortOptions[] | null;
ColorItemsLimit?: ItemsLimitConfiguration | null;
ColorSort?: FieldSortOptions[] | null;
}

§Properties

§
CategoryItemsLimit?: ItemsLimitConfiguration | null
[src]

The item limit configuration for the category field well of a combo chart.

§
CategorySort?: FieldSortOptions[] | null
[src]

The sort configuration of the category field well in a combo chart.

§
ColorItemsLimit?: ItemsLimitConfiguration | null
[src]

The item limit configuration of the color field well in a combo chart.

§
ColorSort?: FieldSortOptions[] | null
[src]

The sort configuration of the color field well in a combo chart.