8π
β
Iβve tested your code in a fiddle with Chart.js 2.0
for both bar/line and it looks fine. Chart takes in x-axis labels with:
labels: ["Time Management", "Career Coach", "Stress & Wellbeing", "Note Taking", "Exam Prep", "Presentations"]
The reason you canβt see all your x-axis labels is that the widthβs are too thin. You can fix this by either expanding your width, or rotating your labels to be vertical instead.
- 400px width example: https://jsfiddle.net/swcy2opv/
- Rotated labels example: https://jsfiddle.net/swcy2opv/1/
Source:stackexchange.com