DashboardVisual

data class DashboardVisual(val barChartVisual: DashboardBarChartVisual? = null, val boxPlotVisual: DashboardBoxPlotVisual? = null, val comboChartVisual: DashboardComboChartVisual? = null, val customContentVisual: DashboardCustomContentVisual? = null, val emptyVisual: DashboardEmptyVisual? = null, val filledMapVisual: DashboardFilledMapVisual? = null, val funnelChartVisual: DashboardFunnelChartVisual? = null, val gaugeChartVisual: DashboardGaugeChartVisual? = null, val geospatialMapVisual: DashboardGeospatialMapVisual? = null, val heatMapVisual: DashboardHeatMapVisual? = null, val histogramVisual: DashboardHistogramVisual? = null, val insightVisual: DashboardInsightVisual? = null, val kpiVisual: DashboardKpiVisual? = null, val lineChartVisual: DashboardLineChartVisual? = null, val pieChartVisual: DashboardPieChartVisual? = null, val pivotTableVisual: DashboardPivotTableVisual? = null, val radarChartVisual: DashboardRadarChartVisual? = null, val sankeyDiagramVisual: DashboardSankeyDiagramVisual? = null, val scatterPlotVisual: DashboardScatterPlotVisual? = null, val tableVisual: DashboardTableVisual? = null, val treeMapVisual: DashboardTreeMapVisual? = null, val waterfallVisual: DashboardWaterfallVisual? = null, val wordCloudVisual: DashboardWordCloudVisual? = null)

Constructors

Link copied to clipboard
constructor(barChartVisual: DashboardBarChartVisual? = null, boxPlotVisual: DashboardBoxPlotVisual? = null, comboChartVisual: DashboardComboChartVisual? = null, customContentVisual: DashboardCustomContentVisual? = null, emptyVisual: DashboardEmptyVisual? = null, filledMapVisual: DashboardFilledMapVisual? = null, funnelChartVisual: DashboardFunnelChartVisual? = null, gaugeChartVisual: DashboardGaugeChartVisual? = null, geospatialMapVisual: DashboardGeospatialMapVisual? = null, heatMapVisual: DashboardHeatMapVisual? = null, histogramVisual: DashboardHistogramVisual? = null, insightVisual: DashboardInsightVisual? = null, kpiVisual: DashboardKpiVisual? = null, lineChartVisual: DashboardLineChartVisual? = null, pieChartVisual: DashboardPieChartVisual? = null, pivotTableVisual: DashboardPivotTableVisual? = null, radarChartVisual: DashboardRadarChartVisual? = null, sankeyDiagramVisual: DashboardSankeyDiagramVisual? = null, scatterPlotVisual: DashboardScatterPlotVisual? = null, tableVisual: DashboardTableVisual? = null, treeMapVisual: DashboardTreeMapVisual? = null, waterfallVisual: DashboardWaterfallVisual? = null, wordCloudVisual: DashboardWordCloudVisual? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

An empty visual.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A geospatial map or a points on map visual. For more information, see Creating point maps in the Amazon QuickSight User Guide .

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A key performance indicator (KPI). For more information, see Using KPIs in the Amazon QuickSight User Guide .

Link copied to clipboard

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

Link copied to clipboard

A pie or donut chart. For more information, see Using pie charts in the Amazon QuickSight User Guide .

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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