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

BarChartVisual

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

A bar chart.

The BarChartVisual structure describes a visual that is a member of the bar chart family. The following charts can be described using this structure:

  • Horizontal bar chart
  • Vertical bar chart
  • Horizontal stacked bar chart
  • Vertical stacked bar chart
  • Horizontal stacked 100% bar chart
  • Vertical stacked 100% bar chart

For more information, see Using bar charts in the Amazon QuickSight User Guide.

interface BarChartVisual {
Actions?: VisualCustomAction[] | null;
ChartConfiguration?: BarChartConfiguration | null;
ColumnHierarchies?: ColumnHierarchy[] | null;
Subtitle?: VisualSubtitleLabelOptions | null;
Title?: VisualTitleLabelOptions | null;
VisualId: string;
}

§Properties

§
Actions?: VisualCustomAction[] | null
[src]

The list of custom actions that are configured for a visual.

§
ChartConfiguration?: BarChartConfiguration | null
[src]

The configuration settings of the visual.

§
ColumnHierarchies?: ColumnHierarchy[] | null
[src]

The column hierarchy that is used during drill-downs and drill-ups.

§

The subtitle that is displayed on the visual.

§

The title that is displayed on the visual.

§
VisualId: string
[src]

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.