Callback that runs after tick rotation is determined.
Callback that runs after data limits are determined.
Callback that runs after the scale fits to the canvas.
Callback that runs after dimensions are set.
Callback that runs after ticks are converted into strings.
Callback that runs at the end of the update process.
Align pixel values to device pixels
Length and spacing of dashes on angled lines. See MDN.
Offset for line dashes. See MDN.
Color of angled lines.
if true, angle lines are shown.
Width of angled lines.
Which type of axis this is. Possible values are?: 'x', 'y'. If not set, this is inferred from the first character of the ID which should be 'x' or 'y'.
Callback that runs before ticks are created.
Callback that runs before tick rotation is determined.
Callback that runs before data limits are determined.
Callback that runs before the scale fits to the canvas.
Callback that runs before dimensions are set.
Callback that runs before ticks are converted into strings.
Callback called before the update process starts.
if true, scale will include 0 if it is not already included.
Scale boundary strategy (bypassed by min/max time options)
data
: make sure data are fully visible, ticks outside are removedticks
: make sure ticks are fully visible, data outside are truncatedControls the axis global visibility (visible when true, hidden when false). When display?: 'auto', the axis is visible only if at least one associated dataset is visible.
User defined maximum value for the scale, overrides maximum value from data.
User defined minimum value for the scale, overrides minimum value from data.
If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true for a bar chart by default.
Background color of the point label.
Padding of label backdrop.
if true, point labels are centered.
Color of label
if true, point labels are shown.
Callback function to transform data labels to point labels. The default implementation simply returns the current string.
Position of the axis.
Reverse the scale.
Stack group. Axes at the same position
with same stack
are stacked.
Weight of the scale in stack group. Used to determine the amount of allocated space for the scale within the group.
If true, data will be comprised between datasets of data
Adjustment used when calculating the maximum data value.
Adjustment used when calculating the minimum data value.
Options for the scale title.
Alignment of the axis title.
Color of the axis label.
If true, displays the axis title.
Information about the axis title font.
Padding to apply around scale labels.
The text for the title, e.g. "# of People" or "Response Choices".
The weight used to sort the axis. Higher weights are further away from the chart area.
Generated using TypeDoc
Callback that runs after ticks are created. Useful for filtering ticks.