Module: Google::Cloud::Monitoring::Dashboard::V1::ChartOptions::Mode

Defined in:
proto_docs/google/monitoring/dashboard/v1/xychart.rb

Overview

Chart mode options.

Constant Summary collapse

MODE_UNSPECIFIED =

Mode is unspecified. The view will default to COLOR.

0
COLOR =

The chart distinguishes data series using different color. Line colors may get reused when there are many lines in the chart.

1
X_RAY =

The chart uses the Stackdriver x-ray mode, in which each data set is plotted using the same semi-transparent color.

2
STATS =

The chart displays statistics such as average, median, 95th percentile, and more.

3