Reference documentation and code samples for the Google Cloud Chronicle V1 Client class Visualization.
Visualization config for a chart.
https://echarts.apache.org/en/option.html#series
Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization
Namespace
Google \ Cloud \ Chronicle \ V1 \ DashboardChartMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ x_axes
array< Visualization\Axis
>
↳ y_axes
array< Visualization\Axis
>
↳ series
array< Visualization\Series
>
↳ tooltip
↳ legends
array< Visualization\Legend
>
↳ column_defs
↳ table_config
↳ button
↳ markdown
Google\Cloud\Chronicle\V1\Markdown
Optional. Markdown config for a chart if tileType is TILE_TYPE_MARKDOWN.
↳ series_column
string[]
Optional. Selected column for series
↳ grouping_type
string
Optional. Selected grouping type for series
↳ google_maps_config
↳ threshold_coloring_enabled
bool
Optional. Whether threshold coloring is enabled for the chart. If it's enabled, the chart will be colored based on the values stored in VisualMap below.
↳ visual_maps
getXAxes
Generated from protobuf field repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Axis x_axes = 7;
setXAxes
Generated from protobuf field repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Axis x_axes = 7;
$this
getYAxes
Generated from protobuf field repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Axis y_axes = 8;
setYAxes
Generated from protobuf field repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Axis y_axes = 8;
$this
getSeries
Generated from protobuf field repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series series = 3;
setSeries
Generated from protobuf field repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Series series = 3;
$this
getTooltip
Generated from protobuf field .google.cloud.chronicle.v1.DashboardChart.Visualization.Tooltip tooltip = 4;
hasTooltip
clearTooltip
setTooltip
Generated from protobuf field .google.cloud.chronicle.v1.DashboardChart.Visualization.Tooltip tooltip = 4;
$this
getLegends
Generated from protobuf field repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Legend legends = 9;
setLegends
Generated from protobuf field repeated .google.cloud.chronicle.v1.DashboardChart.Visualization.Legend legends = 9;
$this
getColumnDefs
Column Definition to represent chart as a table.
setColumnDefs
Column Definition to represent chart as a table.
$this
getTableConfig
Optional. Configuration for table appearance.
hasTableConfig
clearTableConfig
setTableConfig
Optional. Configuration for table appearance.
$this
getButton
Button config for a chart if tileType is TILE_TYPE_BUTTON.
hasButton
clearButton
setButton
Button config for a chart if tileType is TILE_TYPE_BUTTON.
$this
getMarkdown
Optional. Markdown config for a chart if tileType is TILE_TYPE_MARKDOWN.
hasMarkdown
clearMarkdown
setMarkdown
Optional. Markdown config for a chart if tileType is TILE_TYPE_MARKDOWN.
$this
getSeriesColumn
Optional. Selected column for series
setSeriesColumn
Optional. Selected column for series
var
string[]
$this
getGroupingType
Optional. Selected grouping type for series
string
setGroupingType
Optional. Selected grouping type for series
var
string
$this
getGoogleMapsConfig
Optional. Google Maps config for a chart if type is GOOGLE MAPS.
hasGoogleMapsConfig
clearGoogleMapsConfig
setGoogleMapsConfig
Optional. Google Maps config for a chart if type is GOOGLE MAPS.
$this
getThresholdColoringEnabled
Optional. Whether threshold coloring is enabled for the chart. If it's enabled, the chart will be colored based on the values stored in VisualMap below.
bool
setThresholdColoringEnabled
Optional. Whether threshold coloring is enabled for the chart. If it's enabled, the chart will be colored based on the values stored in VisualMap below.
var
bool
$this
getVisualMaps
Optional. Visual maps for the chart.
setVisualMaps
Optional. Visual maps for the chart.
$this

