Replies: 1 comment
-
options: {
scales: {
x: {
ticks: {
autoSkip: false, //here
callback: function (_, i) { return labels[i].split(" "); },
},
},
},
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I create bar chart and there isn't enough space for the axis labels, some labels are hidden.

How can I prevent that some labels are hidden?
I know that there are better solutions for splitting the labels into multiple lines, but that doesn't solve the underlying problem.
HTML
Beta Was this translation helpful? Give feedback.
All reactions