| Name | Type | Description | Notes |
|---|---|---|---|
| config | String | A JSON representation of the configuration for this visualization | [optional] |
| dataSourceName | String | [optional] | |
| dataSourceUuid | String | A unique identifier assigned to the data source. | [optional] |
| dimensions | List<ReportPageVisualizationDimension> | [optional] | |
| metrics | List<ReportPageVisualizationMetric> | [optional] | |
| name | String | [optional] | |
| showComparison | Boolean | True if the visualization should show a comparison based upon the date range | [optional] |
| styles | String | A JSON representation of the style configuration for this visualization | [optional] |
| type | TypeEnum | Type of visualization | [optional] |
| visualizationUuid | String | A UUID for the visualization | [optional] |
| Name | Value |
|---|---|
| SCORE_CARD | "score card" |
| LINE_CHART | "line chart" |
| BAR_CHART | "bar chart" |
| TEXT | "text" |
| TABLE | "table" |
| GAUGE | "gauge" |
| PIE_CHART | "pie chart" |