Y Axis controls for the distribution widget.

Hierarchy

  • DistributionWidgetYAxis

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

True includes zero.

label?: string

The label of the axis to display on the graph.

max?: string

Specifies the maximum value to show on the y-axis. It takes a number, or auto for default behavior.

min?: string

Specifies minimum value to show on the y-axis. It takes a number, or auto for default behavior.

scale?: string

Specifies the scale type. Possible values are linear or log.

Generated using TypeDoc