When I have a large amount of columns in my column chart, some labels get automatically hidden. I tried adding
axisX: {
labelAngle: 90,
},
but it still hides half of the labels, even though adding that angle gives enough room so it shouldn’t need to hide any labels. Is there a way to prevent labels from being auto-hidden?