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

ArcAxisConfiguration

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

The arc axis configuration of a GaugeChartVisual.

interface ArcAxisConfiguration {
Range?: ArcAxisDisplayRange | null;
ReserveRange?: number | null;
}

§Properties

§

The arc axis range of a GaugeChartVisual.

§
ReserveRange?: number | null
[src]

The reserved range of the arc axis.