Change background color of every second column in Chartjs?

Viewed 17

I want to create a odd-even background color layout between grey and white in chartjs to add some visual flare to my line chart. However I have not found a plausible solution to this, I have tried som hacky methods but they are not ideal. This is a basic sketchup of my chart of what I am trying to achieve:

enter image description here

Does anyone have any ideas how I can get this to work? Using plugins perhaps? Currently my stack is react .tsx, using chart.js v3.

0 Answers
Related