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

BarChartSortConfiguration

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

sort-configuration-description

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

§Properties

§
CategoryItemsLimit?: ItemsLimitConfiguration | null
[src]

The limit on the number of categories displayed in a bar chart.

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

The sort configuration of category fields.

§
ColorItemsLimit?: ItemsLimitConfiguration | null
[src]

The limit on the number of values displayed in a bar chart.

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

The sort configuration of color fields in a bar chart.

§
SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration | null
[src]

The limit on the number of small multiples panels that are displayed.

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

The sort configuration of the small multiples field.