Define request widget style for timeseries widgets.

Hierarchy

  • TimeseriesRequestStyle

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
hasValueLabels?: boolean

If true, the value is displayed as a label relative to the data point.

lineType?: WidgetLineType

Type of lines displayed.

lineWidth?: WidgetLineWidth

Width of line displayed.

How to order series in timeseries visualizations.

  • tags: Order series alphabetically by tag name (default behavior)
  • values: Order series by their current metric values (typically descending)
palette?: string

Color palette to apply to the widget.

Generated using TypeDoc