Define request widget style.

Hierarchy

  • WidgetRequestStyle

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
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