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

BoxPlotChartConfiguration

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

The configuration of a BoxPlotVisual.

interface BoxPlotChartConfiguration {
BoxPlotOptions?: BoxPlotOptions | null;
CategoryAxis?: AxisDisplayOptions | null;
CategoryLabelOptions?: ChartAxisLabelOptions | null;
FieldWells?: BoxPlotFieldWells | null;
Legend?: LegendOptions | null;
PrimaryYAxisDisplayOptions?: AxisDisplayOptions | null;
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions | null;
ReferenceLines?: ReferenceLine[] | null;
SortConfiguration?: BoxPlotSortConfiguration | null;
Tooltip?: TooltipOptions | null;
VisualPalette?: VisualPalette | null;
}

§Properties

§
BoxPlotOptions?: BoxPlotOptions | null
[src]

The box plot chart options for a box plot visual

§
CategoryAxis?: AxisDisplayOptions | null
[src]

The label display options (grid line, range, scale, axis step) of a box plot category.

§
CategoryLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options (label text, label visibility and sort Icon visibility) of a box plot category.

§
FieldWells?: BoxPlotFieldWells | null
[src]

The field wells of the visual.

§
Legend?: LegendOptions | null
[src]
§
PrimaryYAxisDisplayOptions?: AxisDisplayOptions | null
[src]

The label display options (grid line, range, scale, axis step) of a box plot category.

§
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options (label text, label visibility and sort icon visibility) of a box plot value.

§
ReferenceLines?: ReferenceLine[] | null
[src]

The reference line setup of the visual.

§
SortConfiguration?: BoxPlotSortConfiguration | null
[src]

The sort configuration of a BoxPlotVisual.

§
Tooltip?: TooltipOptions | null
[src]

The tooltip display setup of the visual.

§
VisualPalette?: VisualPalette | null
[src]

The palette (chart color) display setup of the visual.