The point plot displays individual data points over time.

Hierarchy

  • PointPlotWidgetDefinition

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

List of custom links.

description?: string

The description of the widget.

Legend configuration for the point plot widget.

markers?: WidgetMarker[]

List of markers for the widget.

List of request configurations for the widget.

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 point plot widget.

yaxis?: WidgetAxis

Axis controls for the widget.

Generated using TypeDoc