I’m using chart.js.
I have 3 problems on my stacked bar chart as per the image below.
- I can’t change the y-axis label colour to black
- It is only showing every second label on the y-axis, I need it to show every label
- The way it is calculating the stacked items is incorrect. It’s stacking everything onto the first category (except blue which is correct) and not allocating that count to the right category. That is, some of the grey, yellow and purple items were meant to show in other categories
This is really frustrating me, I would really appreciate the assistance.