I'm using c3.js Bar Chart in my React Project, I want to display the data labels diagonally, how can I achieve this? https://i.stack.imgur.com/PJESQ.png
You can try axis.x.tick.rotate. I think axis.x.height needs to be also specified.
axis.x.tick.rotate
axis.x.height
C3js Example
1.4m articles
1.4m replys
5 comments
57.0k users