Class PieChart (2.18.2)

PieChart(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A widget that displays timeseries data as a pie or a donut.

Attributes

Name Description
data_sets MutableSequence[google.cloud.monitoring_dashboard_v1.types.PieChart.PieChartDataSet]
Required. The queries for the chart's data.
chart_type google.cloud.monitoring_dashboard_v1.types.PieChart.PieChartType
Required. Indicates the visualization type for the PieChart.
show_labels bool
Optional. Indicates whether or not the pie chart should show slices' labels

Classes

PieChartDataSet

PieChartDataSet(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Groups a time series query definition.

PieChartType

PieChartType(value)

Types for the pie chart.