Class: DatadogAPIClient::V1::SplitGraphWidgetDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SplitGraphWidgetDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/split_graph_widget_definition.rb
Overview
The split graph widget allows you to create repeating units of a graph - one for each value in a group (for example: one per service)
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#has_uniform_y_axes ⇒ Object
Normalize y axes across graphs.
-
#size ⇒ Object
readonly
Size of the individual graphs in the split.
-
#source_widget_definition ⇒ Object
readonly
The original widget we are splitting on.
-
#split_config ⇒ Object
readonly
Encapsulates all user choices about how to split a graph.
-
#time ⇒ Object
Time setting for the widget.
-
#title ⇒ Object
Title of your widget.
-
#type ⇒ Object
readonly
Type of the split graph widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v1/models/split_graph_widget_definition.rb', line 45 def additional_properties @additional_properties end |
#has_uniform_y_axes ⇒ Object
Normalize y axes across graphs
25 26 27 |
# File 'lib/datadog_api_client/v1/models/split_graph_widget_definition.rb', line 25 def has_uniform_y_axes @has_uniform_y_axes end |
#size ⇒ Object
Size of the individual graphs in the split.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/split_graph_widget_definition.rb', line 28 def size @size end |
#source_widget_definition ⇒ Object
The original widget we are splitting on.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/split_graph_widget_definition.rb', line 31 def @source_widget_definition end |
#split_config ⇒ Object
Encapsulates all user choices about how to split a graph.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/split_graph_widget_definition.rb', line 34 def split_config @split_config end |
#time ⇒ Object
Time setting for the widget.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/split_graph_widget_definition.rb', line 37 def time @time end |
#title ⇒ Object
Title of your widget.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/split_graph_widget_definition.rb', line 40 def title @title end |
#type ⇒ Object
Type of the split graph widget
43 44 45 |
# File 'lib/datadog_api_client/v1/models/split_graph_widget_definition.rb', line 43 def type @type end |