How to Show all Values and Labels on the X-Axis
Problem:
On the x-axis I need 35 values/labels, but there is only a label on every second bar. If the number of bars <= 20, it works fine and each bar has its own label. How do I show them all?
Solution:
If you need to show all the 35 values/labels on the x-axis, Inside the scaleX object, set itemsOverlap to true and maxItems to a value greater than your scaleX items count like 999. We've attached a screenshot and demo for your reference.