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

RadarChartSeriesSettings

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

The series settings of a radar chart.

interface RadarChartSeriesSettings {
AreaStyleSettings?: RadarChartAreaStyleSettings | null;
}

§Properties

§
AreaStyleSettings?: RadarChartAreaStyleSettings | null
[src]

The area style settings of a radar chart.