Class ChartData (0.1.6)

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

Describes a collection of data points rendered as a Chart.

Attribute

NameDescription
data_points MutableSequence[google.cloud.migrationcenter_v1.types.ReportSummary.ChartData.DataPoint]
Each data point in the chart is represented as a name-value pair with the name being the x-axis label, and the value being the y-axis value.

Classes

DataPoint

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

Describes a single data point in the Chart.