Skip to content

Latest commit

 

History

History
20 lines (16 loc) Β· 1.32 KB

File metadata and controls

20 lines (16 loc) Β· 1.32 KB

Chart

Properties

Name Type Description Notes
units str String to label the units of the chart on the Y-axis [optional]
name str Name of the source
description str Description of the chart [optional]
sources list[ChartSourceQuery] Query expression to plot on the chart
include_obsolete_metrics bool Whether to show obsolete metrics. Default: false [optional]
no_default_events bool Whether to hide events related to the sources in the charts produced. Default false (i.e. shows events) [optional]
chart_attributes JsonNode Experimental field for chart attributes [optional]
summarization str Summarization strategy for the chart. MEAN is default [optional]
base int If the chart has a log-scale Y-axis, the base for the logarithms [optional]
chart_settings ChartSettings [optional]
interpolate_points bool Whether to interpolate points in the charts produced. Default: true [optional]

[Back to Model list] [Back to API list] [Back to README]