Wrapping them is not an option.
I had to remove the bottom label on the axisY, because it was too close to the left label on axisX.
Right label gets cut off.
Why is there no way to define margins or offsets for these labels?
I tried adding spaces, html “<br />” elements etc, nothing works.
Do you at least know of any hacks or workarounds that can be used to move the labels to be right underneath the chart?
Also as aside question:
I want ticks to only be visible for these 2 labels. Is this possible?
I tried setting “intervalType: ‘day'” and “interval” to the difference in days between these 2 dates, but canvas-js creates ticks for completely different days.