Markers allow you to add visual conditional formatting for your graphs.

Hierarchy

  • WidgetMarker

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
displayType?: string

Combination of:

  • A severity error, warning, ok, or info
  • A line type: dashed, solid, or bold In this case of a Distribution widget, this can be set to be x_axis_percentile.
label?: string

Label to display over the marker.

time?: string

Timestamp for the widget.

value: string

Value to apply. Can be a single value y = 15 or a range of values 0 < y < 10.

Generated using TypeDoc