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.sstatic.net/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