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

Visual

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

A visual displayed on a sheet in an analysis, dashboard, or template.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface Visual {
BarChartVisual?: BarChartVisual | null;
BoxPlotVisual?: BoxPlotVisual | null;
ComboChartVisual?: ComboChartVisual | null;
CustomContentVisual?: CustomContentVisual | null;
EmptyVisual?: EmptyVisual | null;
FilledMapVisual?: FilledMapVisual | null;
FunnelChartVisual?: FunnelChartVisual | null;
GaugeChartVisual?: GaugeChartVisual | null;
GeospatialMapVisual?: GeospatialMapVisual | null;
HeatMapVisual?: HeatMapVisual | null;
HistogramVisual?: HistogramVisual | null;
InsightVisual?: InsightVisual | null;
KPIVisual?: KPIVisual | null;
LineChartVisual?: LineChartVisual | null;
PieChartVisual?: PieChartVisual | null;
PivotTableVisual?: PivotTableVisual | null;
RadarChartVisual?: RadarChartVisual | null;
SankeyDiagramVisual?: SankeyDiagramVisual | null;
ScatterPlotVisual?: ScatterPlotVisual | null;
TableVisual?: TableVisual | null;
TreeMapVisual?: TreeMapVisual | null;
WaterfallVisual?: WaterfallVisual | null;
WordCloudVisual?: WordCloudVisual | null;
}

§Properties

§
BarChartVisual?: BarChartVisual | null
[src]

A bar chart.

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

§
BoxPlotVisual?: BoxPlotVisual | null
[src]

A box plot.

For more information, see Using box plots in the Amazon QuickSight User Guide.

§
ComboChartVisual?: ComboChartVisual | null
[src]

A combo chart.

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

§
CustomContentVisual?: CustomContentVisual | null
[src]

A visual that contains custom content.

For more information, see Using custom visual content in the Amazon QuickSight User Guide.

§
EmptyVisual?: EmptyVisual | null
[src]

An empty visual.

§
FilledMapVisual?: FilledMapVisual | null
[src]

A filled map.

For more information, see Creating filled maps in the Amazon QuickSight User Guide.

§
FunnelChartVisual?: FunnelChartVisual | null
[src]

A funnel chart.

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

§
GaugeChartVisual?: GaugeChartVisual | null
[src]

A gauge chart.

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

§
GeospatialMapVisual?: GeospatialMapVisual | null
[src]

A geospatial map or a points on map visual.

For more information, see Creating point maps in the Amazon QuickSight User Guide.

§
HeatMapVisual?: HeatMapVisual | null
[src]

A heat map.

For more information, see Using heat maps in the Amazon QuickSight User Guide.

§
HistogramVisual?: HistogramVisual | null
[src]

A histogram.

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

§
InsightVisual?: InsightVisual | null
[src]

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide.

§
KPIVisual?: KPIVisual | null
[src]

A key performance indicator (KPI).

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

§
LineChartVisual?: LineChartVisual | null
[src]

A line chart.

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

§
PieChartVisual?: PieChartVisual | null
[src]

A pie or donut chart.

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

§
PivotTableVisual?: PivotTableVisual | null
[src]

A pivot table.

For more information, see Using pivot tables in the Amazon QuickSight User Guide.

§
RadarChartVisual?: RadarChartVisual | null
[src]

A radar chart visual.

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

§
SankeyDiagramVisual?: SankeyDiagramVisual | null
[src]

A sankey diagram.

For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide.

§
ScatterPlotVisual?: ScatterPlotVisual | null
[src]

A scatter plot.

For more information, see Using scatter plots in the Amazon QuickSight User Guide.

§
TableVisual?: TableVisual | null
[src]

A table visual.

For more information, see Using tables as visuals in the Amazon QuickSight User Guide.

§
TreeMapVisual?: TreeMapVisual | null
[src]

A tree map.

For more information, see Using tree maps in the Amazon QuickSight User Guide.

§
WaterfallVisual?: WaterfallVisual | null
[src]

A waterfall chart.

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

§
WordCloudVisual?: WordCloudVisual | null
[src]

A word cloud.

For more information, see Using word clouds in the Amazon QuickSight User Guide.