OptionaltitleOptionaltypeOptionalstackedOptionalaxisWhich axis this scale belongs to; defaults from the scale id's first letter.
OptionalpositionWhich chart edge the scale is placed against. Chart.js also accepts
dynamic positions ('center' or an { [scaleId]: value } object), hence
the loose type; only the static edge strings participate in axis stacking.
OptionalstackAxis-stacking group name (Chart.js >= 3.7). Scales of the same axis kind
sharing a stack are laid out in separate, non-overlapping bands — the
native Chart.js way to express stacked panels within one canvas.
OptionalstackRelative size of this scale's band within its axis stack.
A Chart.js scale (axis) configuration.