Module: Google::Cloud::DataQnA::V1alpha::InterpretationStructure::VisualizationType

Defined in:
proto_docs/google/cloud/dataqna/v1alpha/question.rb

Overview

Enumeration of visualzation types to use for query response data.

Constant Summary collapse

VISUALIZATION_TYPE_UNSPECIFIED =

No visualization type was specified.

0
TABLE =

Show a table.

1
BAR_CHART =

Show a bar chart.

2
COLUMN_CHART =

Show a column chart.

3
TIMELINE =

Show a timeline.

4
SCATTER_PLOT =

Show a scatter plot.

5
PIE_CHART =

Show a pie chart.

6
LINE_CHART =

Show a line chart.

7
AREA_CHART =

Show an area chart.

8
COMBO_CHART =

Show a combo chart.

9
HISTOGRAM =

Show a histogram.

10
GENERIC_CHART =

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.

11
CHART_NOT_UNDERSTOOD =

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.

12