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

SmallMultiplesOptions

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

Options that determine the layout and display options of a chart's small multiples.

interface SmallMultiplesOptions {
MaxVisibleColumns?: number | null;
MaxVisibleRows?: number | null;
PanelConfiguration?: PanelConfiguration | null;
}

§Properties

§
MaxVisibleColumns?: number | null
[src]

Sets the maximum number of visible columns to display in the grid of small multiples panels.

The default is Auto, which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.

§
MaxVisibleRows?: number | null
[src]

Sets the maximum number of visible rows to display in the grid of small multiples panels.

The default value is Auto, which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.

§
PanelConfiguration?: PanelConfiguration | null
[src]

Configures the display options for each small multiples panel.