Axis controls for the widget.

Hierarchy

  • WidgetAxis

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
includeZero?: boolean

Set to true to include zero.

label?: string

The label of the axis to display on the graph. Only usable on Scatterplot Widgets.

max?: string

Specifies maximum numeric value to show on the axis. Defaults to auto.

min?: string

Specifies minimum numeric value to show on the axis. Defaults to auto.

scale?: string

Specifies the scale type. Possible values are linear, log, sqrt, and pow## (for example pow2 or pow0.5).

Generated using TypeDoc