BigQuery Data QnA V1alpha API - Module Google::Cloud::DataQnA::V1alpha::InterpretationStructure::VisualizationType (v0.7.0)

Reference documentation and code samples for the BigQuery Data QnA V1alpha API module Google::Cloud::DataQnA::V1alpha::InterpretationStructure::VisualizationType.

Enumeration of visualzation types to use for query response data.

Constants

VISUALIZATION_TYPE_UNSPECIFIED

value: 0
No visualization type was specified.

TABLE

value: 1
Show a table.

BAR_CHART

value: 2
Show a bar chart.

COLUMN_CHART

value: 3
Show a column chart.

TIMELINE

value: 4
Show a timeline.

SCATTER_PLOT

value: 5
Show a scatter plot.

PIE_CHART

value: 6
Show a pie chart.

LINE_CHART

value: 7
Show a line chart.

AREA_CHART

value: 8
Show an area chart.

COMBO_CHART

value: 9
Show a combo chart.

HISTOGRAM

value: 10
Show a histogram.

GENERIC_CHART

value: 11
This denotes queries when the user has not specified the particular type of chart and has mentioned only a generic chart name such as "Chart", "Plot", "Graph", etc. This will differentiate it from specific charting terms such as "Bar chart", "Pie chart", etc.

CHART_NOT_UNDERSTOOD

value: 12
The user tried to specify a chart type, but the interpreter could not understand the type. The client should display a generic chart and may give a hint to the user that the requested type was not understood.