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.enabledenabled:
booleanBoolean 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.enabledenabled:
booleanBoolean flag that defines if title should be shown
title.texttext?:
stringTextual content of the title
x2Title
x2Title?: X2Title
Configuration for title of the second X axis