I am using chartkick to draw a line chart. This works fine except that labels on the x-axis are overlapping and unreadable. I want to change the orientation of these labels on the x-axis so that they are angled out at 45 degrees from the axis. Can anyone tell me how to do this?
<%= line_chart User.all.group_by_day(:created_at, last: 14, discrete: true).count %>