VisualizationType(value)
Enumeration of visualzation types to use for query response data.
Enums |
|
---|---|
Name | Description |
VISUALIZATION_TYPE_UNSPECIFIED |
No visualization type was specified. |
TABLE |
Show a table. |
BAR_CHART |
Show a `bar chart |
COLUMN_CHART |
Show a `column chart |
TIMELINE |
Show a `timeline |
SCATTER_PLOT |
Show a `scatter plot |
PIE_CHART |
Show a `pie chart |
LINE_CHART |
Show a `line chart |
AREA_CHART |
Show an `area chart |
COMBO_CHART |
Show a `combo chart |
HISTOGRAM |
Show a `histogram |
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. |
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. |