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

AxisDataOptions

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

The data options for an axis.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface AxisDataOptions {
DateAxisOptions?: DateAxisOptions | null;
NumericAxisOptions?: NumericAxisOptions | null;
}

§Properties

§
DateAxisOptions?: DateAxisOptions | null
[src]

The options for an axis with a date field.

§
NumericAxisOptions?: NumericAxisOptions | null
[src]

The options for an axis with a numeric field.