The scatter plot visualization allows you to graph a chosen scope over two different metrics with their respective aggregation.

Hierarchy

  • ScatterPlotWidgetDefinition

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
colorByGroups?: string[]

List of groups used for colors.

customLinks?: WidgetCustomLink[]

List of custom links.

Widget definition.

time?: WidgetTime

Time setting for the widget.

title?: string

Title of your widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of the title.

Type of the scatter plot widget.

xaxis?: WidgetAxis

Axis controls for the widget.

yaxis?: WidgetAxis

Axis controls for the widget.

Generated using TypeDoc