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

HistogramConfiguration

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

The configuration for a HistogramVisual.

interface HistogramConfiguration {
BinOptions?: HistogramBinOptions | null;
DataLabels?: DataLabelOptions | null;
FieldWells?: HistogramFieldWells | null;
Tooltip?: TooltipOptions | null;
VisualPalette?: VisualPalette | null;
XAxisDisplayOptions?: AxisDisplayOptions | null;
XAxisLabelOptions?: ChartAxisLabelOptions | null;
YAxisDisplayOptions?: AxisDisplayOptions | null;
}

§Properties

§
BinOptions?: HistogramBinOptions | null
[src]

The options that determine the presentation of histogram bins.

§
DataLabels?: DataLabelOptions | null
[src]

The data label configuration of a histogram.

§
FieldWells?: HistogramFieldWells | null
[src]

The field well configuration of a histogram.

§
Tooltip?: TooltipOptions | null
[src]

The tooltip configuration of a histogram.

§
VisualPalette?: VisualPalette | null
[src]

The visual palette configuration of a histogram.

§
XAxisDisplayOptions?: AxisDisplayOptions | null
[src]

The options that determine the presentation of the x-axis.

§
XAxisLabelOptions?: ChartAxisLabelOptions | null
[src]

The options that determine the presentation of the x-axis label.

§
YAxisDisplayOptions?: AxisDisplayOptions | null
[src]

The options that determine the presentation of the y-axis.