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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class VisualizationType (0.10.17)\n\nVersion latestkeyboard_arrow_down\n\n- [0.10.17 (latest)](/python/docs/reference/dataqna/latest/google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType)\n- [0.10.16](/python/docs/reference/dataqna/0.10.16/google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType)\n- [0.9.0](/python/docs/reference/dataqna/0.9.0/google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType)\n- [0.8.2](/python/docs/reference/dataqna/0.8.2/google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType)\n- [0.7.1](/python/docs/reference/dataqna/0.7.1/google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType)\n- [0.6.3](/python/docs/reference/dataqna/0.6.3/google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType)\n- [0.5.1](/python/docs/reference/dataqna/0.5.1/google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType)\n- [0.4.0](/python/docs/reference/dataqna/0.4.0/google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType)\n- [0.3.3](/python/docs/reference/dataqna/0.3.3/google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType)\n- [0.2.1](/python/docs/reference/dataqna/0.2.1/google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType)\n- [0.1.1](/python/docs/reference/dataqna/0.1.1/google.cloud.dataqna_v1alpha.types.InterpretationStructure.VisualizationType) \n\n VisualizationType(value)\n\nEnumeration of visualzation types to use for query response\ndata."]]