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

RadarChartConfiguration

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

The configuration of a RadarChartVisual.

interface RadarChartConfiguration {
AlternateBandColorsVisibility?: Visibility | null;
AlternateBandEvenColor?: string | null;
AlternateBandOddColor?: string | null;
BaseSeriesSettings?: RadarChartSeriesSettings | null;
CategoryAxis?: AxisDisplayOptions | null;
CategoryLabelOptions?: ChartAxisLabelOptions | null;
ColorAxis?: AxisDisplayOptions | null;
ColorLabelOptions?: ChartAxisLabelOptions | null;
FieldWells?: RadarChartFieldWells | null;
Legend?: LegendOptions | null;
Shape?: RadarChartShape | null;
SortConfiguration?: RadarChartSortConfiguration | null;
StartAngle?: number | null;
VisualPalette?: VisualPalette | null;
}

§Properties

§
AlternateBandColorsVisibility?: Visibility | null
[src]

Determines the visibility of the colors of alternatign bands in a radar chart.

§
AlternateBandEvenColor?: string | null
[src]

The color of the even-numbered alternate bands of a radar chart.

§
AlternateBandOddColor?: string | null
[src]

The color of the odd-numbered alternate bands of a radar chart.

§
BaseSeriesSettings?: RadarChartSeriesSettings | null
[src]

The base sreies settings of a radar chart.

§
CategoryAxis?: AxisDisplayOptions | null
[src]

The category axis of a radar chart.

§
CategoryLabelOptions?: ChartAxisLabelOptions | null
[src]

The category label options of a radar chart.

§
ColorAxis?: AxisDisplayOptions | null
[src]

The color axis of a radar chart.

§
ColorLabelOptions?: ChartAxisLabelOptions | null
[src]

The color label options of a radar chart.

§
FieldWells?: RadarChartFieldWells | null
[src]

The field well configuration of a RadarChartVisual.

§
Legend?: LegendOptions | null
[src]

The legend display setup of the visual.

§
Shape?: RadarChartShape | null
[src]

The shape of the radar chart.

§
SortConfiguration?: RadarChartSortConfiguration | null
[src]

The sort configuration of a RadarChartVisual.

§
StartAngle?: number | null
[src]

The start angle of a radar chart's axis.

§
VisualPalette?: VisualPalette | null
[src]

The palette (chart color) display setup of the visual.