Class Widget (2.0.0)

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

Widget contains a single dashboard component and configuration of how to present the component in the dashboard.

Attributes

NameDescription
title str
Optional. The title of the widget.
xy_chart .xychart.XyChart
A chart of time series data.
scorecard .gmd_scorecard.Scorecard
A scorecard summarizing time series data.
text .gmd_text.Text
A raw string or markdown displaying textual content.
blank .empty.Empty
A blank space.