Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19313,6 +19313,23 @@ components:
x-enum-varnames:
- BARS
- AREA
TimeseriesRequestStyle:
description: Define request widget style for timeseries widgets.
properties:
has_value_labels:
description: If true, the value is displayed as a label relative to the
data point.
type: boolean
line_type:
$ref: '#/components/schemas/WidgetLineType'
line_width:
$ref: '#/components/schemas/WidgetLineWidth'
order_by:
$ref: '#/components/schemas/WidgetStyleOrderBy'
palette:
description: Color palette to apply to the widget.
type: string
type: object
TimeseriesWidgetDefinition:
description: The timeseries visualization allows you to display the evolution
of one or more metrics, log events, or Indexed Spans over time.
Expand Down Expand Up @@ -19467,7 +19484,7 @@ components:
security_query:
$ref: '#/components/schemas/LogQueryDefinition'
style:
$ref: '#/components/schemas/WidgetRequestStyle'
$ref: '#/components/schemas/TimeseriesRequestStyle'
type: object
ToplistWidgetDefinition:
description: The top list visualization enables you to display a list of Tag
Expand Down
Loading
Loading