The Distribution visualization is another way of showing metrics aggregated across one or several tags, such as hosts. Unlike the heat map, a distribution graph’s x-axis is quantity rather than time.

Hierarchy

  • DistributionWidgetDefinition

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
customLinks?: WidgetCustomLink[]

A list of custom links.

legendSize?: string

(Deprecated) The widget legend was replaced by a tooltip and sidebar.

markers?: WidgetMarker[]

List of markers.

Array of one request object to display in the widget.

See the dedicated Request JSON schema documentation to learn how to build the REQUEST_SCHEMA.

showLegend?: boolean

(Deprecated) The widget legend was replaced by a tooltip and sidebar.

time?: WidgetTime

Time setting for the widget.

title?: string

Title of the widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of the title.

Type of the distribution widget.

X Axis controls for the distribution widget.

Y Axis controls for the distribution widget.

Generated using TypeDoc