sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias AxisLabel

AxisLabel: object

Options that define configuration for certain chart axis.

Type declaration

enabled

enabled?: boolean

Boolean flag that defines if this axis should be shown on the chart


gridLines

gridLines?: boolean

Boolean flag that defines if grid lines should be shown on the chart


intervalJumps

intervalJumps?: number

Interval of the tick marks (jumps) in axis units.


isIntervalEnabled

isIntervalEnabled?: boolean

Boolean flag that defines if tick marks should be shown on the axis


labels

labels?: object

Configuration for labels on the axis

labels.enabled

enabled: boolean

Boolean flag that defines if labels should be shown on the axis


logarithmic

logarithmic?: boolean

Boolean flag that defines if the axis should have logarithmic scale


max

max?: number

The maximum value of the axis. If 'undefined' the max value is automatically calculated


min

min?: number

The minimum value of the axis. If 'undefined' the min value is automatically calculated


templateMainYHasGridLines

templateMainYHasGridLines?: boolean

Boolean flag that defines if the Y axis should have grid lines extending the ticks across the plot area


title

title?: object

Configuration for title of the axis

title.enabled

enabled: boolean

Boolean flag that defines if title should be shown

title.text

text?: string

Textual content of the title


x2Title

x2Title?: X2Title

Configuration for title of the second X axis

Last Updated: