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

ArcConfiguration

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

The arc configuration of a GaugeChartVisual.

interface ArcConfiguration {
ArcAngle?: number | null;
ArcThickness?: ArcThicknessOptions | null;
}

§Properties

§
ArcAngle?: number | null
[src]

The option that determines the arc angle of a GaugeChartVisual.

§
ArcThickness?: ArcThicknessOptions | null
[src]

The options that determine the arc thickness of a GaugeChartVisual.