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

RadarChartSortConfiguration

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

The sort configuration of a RadarChartVisual.

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

§Properties

§
CategoryItemsLimit?: ItemsLimitConfiguration | null
[src]

The category items limit for a radar chart.

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

The category sort options of a radar chart.

§
ColorItemsLimit?: ItemsLimitConfiguration | null
[src]

The color items limit of a radar chart.

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

The color sort configuration of a radar chart.