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

BinWidthOptions

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

The options that determine the bin width of a histogram.

interface BinWidthOptions {
BinCountLimit?: number | null;
Value?: number | null;
}

§Properties

§
BinCountLimit?: number | null
[src]

The options that determine the bin count limit.

§
Value?: number | null
[src]

The options that determine the bin width value.