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

DateAxisOptions

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

The options that determine how a date axis is displayed.

interface DateAxisOptions {
MissingDateVisibility?: Visibility | null;
}

§Properties

§
MissingDateVisibility?: Visibility | null
[src]

Determines whether or not missing dates are displayed.