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

ArcAxisDisplayRange

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

The arc axis range of a GaugeChartVisual.

interface ArcAxisDisplayRange {
Max?: number | null;
Min?: number | null;
}

§Properties

§
Max?: number | null
[src]

The maximum value of the arc axis range.

§
Min?: number | null
[src]

The minimum value of the arc axis range.