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

NumericAxisOptions

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

The options for an axis with a numeric field.

interface NumericAxisOptions {
Range?: AxisDisplayRange | null;
Scale?: AxisScale | null;
}

§Properties

§
Range?: AxisDisplayRange | null
[src]

The range setup of a numeric axis.

§
Scale?: AxisScale | null
[src]

The scale setup of a numeric axis.