Constructors

Properties

bounds: AxisBounds

Determines the scale bounds.

id?: number
max: string
min: string
offsetAfterAutoskip: boolean

If true, bar chart offsets are computed with auto skipped ticks.

suggestedMax: number
suggestedMin: number
ticksSource: TickSource

How ticks are generated.

The ticks.source property controls the ticks generation.

'auto': generates "optimal" ticks based on scale size and time options 'data': generates ticks from data (including labels from data {x|y}objects) 'labels': generates ticks from user given labels ONLY

time: AxisTime
uuid: string = ...