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

BoxPlotOptions

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

The options of a box plot visual.

interface BoxPlotOptions {
AllDataPointsVisibility?: Visibility | null;
OutlierVisibility?: Visibility | null;
StyleOptions?: BoxPlotStyleOptions | null;
}

§Properties

§
AllDataPointsVisibility?: Visibility | null
[src]

Determines the visibility of all data points of the box plot.

§
OutlierVisibility?: Visibility | null
[src]

Determines the visibility of the outlier in a box plot.

§
StyleOptions?: BoxPlotStyleOptions | null
[src]

The style options of the box plot.