X Axis controls for the distribution widget.

Hierarchy

  • DistributionWidgetXAxis

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.

max?: string

Specifies maximum value to show on the x-axis. It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.

min?: string

Specifies minimum value to show on the x-axis. It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.

scale?: string

Specifies the scale type. Possible values are linear.

Generated using TypeDoc