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

LineSeriesAxisDisplayOptions

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

The series axis configuration of a line chart.

interface LineSeriesAxisDisplayOptions {
AxisOptions?: AxisDisplayOptions | null;
MissingDataConfigurations?: MissingDataConfiguration[] | null;
}

§Properties

§
AxisOptions?: AxisDisplayOptions | null
[src]

The options that determine the presentation of the line series axis.

§
MissingDataConfigurations?: MissingDataConfiguration[] | null
[src]

The configuration options that determine how missing data is treated during the rendering of a line chart.