Cloud Monitoring Dashboards V1 API - Module Google::Cloud::Monitoring::Dashboard::V1::XyChart::DataSet::PlotType (v0.8.0)

Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API module Google::Cloud::Monitoring::Dashboard::V1::XyChart::DataSet::PlotType.

The types of plotting strategies for data sets.

Constants

PLOT_TYPE_UNSPECIFIED

value: 0
Plot type is unspecified. The view will default to LINE.

LINE

value: 1
The data is plotted as a set of lines (one line per series).

STACKED_AREA

value: 2
The data is plotted as a set of filled areas (one area per series), with the areas stacked vertically (the base of each area is the top of its predecessor, and the base of the first area is the X axis). Since the areas do not overlap, each is filled with a different opaque color.

STACKED_BAR

value: 3
The data is plotted as a set of rectangular boxes (one box per series), with the boxes stacked vertically (the base of each box is the top of its predecessor, and the base of the first box is the X axis). Since the boxes do not overlap, each is filled with a different opaque color.

HEATMAP

value: 4
The data is plotted as a heatmap. The series being plotted must have a DISTRIBUTION value type. The value of each bucket in the distribution is displayed as a color. This type is not currently available in the Stackdriver Monitoring application.