Class XyChart (1.0.1)

A chart that displays data on a 2D (X and Y axes) plane.

The duration used to display a comparison chart. A comparison chart simultaneously shows values from two similar-length time periods (e.g., week-over-week metrics). The duration must be positive, and it can only be applied to charts with data sets of LINE plot type.

The properties applied to the X axis.

Display options for the chart.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > XyChart

Classes

Axis

A chart axis.

The axis scale. By default, a linear scale is used.

DataSet

Groups a time series query definition with charting options.

How this data should be plotted on the chart.

Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals.