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

ItemsLimitConfiguration

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

The limit configuration of the visual display for an axis.

interface ItemsLimitConfiguration {
ItemsLimit?: number | null;
OtherCategories?: OtherCategories | null;
}

§Properties

§
ItemsLimit?: number | null
[src]

The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.

§
OtherCategories?: OtherCategories | null
[src]

The Show other of an axis in the chart. Choose one of the following options:

  • INCLUDE
    
  • EXCLUDE