However, i'd like to shift the y axis labels to be the following:
Is it possible to move the y axis labels in between the tick marks with ChartJS, like shown in the example image above?
Functionality is similar to the options.scales.yAxes[].ticks.position
option, except currently it is defined as in the x direction for the y axis
, where as I need it in the y direction for the y axis. And better yet, automatically centered.
Unfortunately, there is no built-in method in ChartJS for this, at the moment.
You would rather need to create a chart plugin to achieve that.
note: this will hide the first tick (which begins at 0)
ᴡᴏʀᴋɪɴɢ ᴇxᴀᴍᴘʟᴇ ⧩