I'm using react-chartjs-2
to draw a bar chart where my vertical gridlines are of different colour than the horizontal ones. I want the vertical lines to go over horizontal ones but it's the other way around. I wasn't able to find an option that could fix this.
Is there a callback that would swap the order rendering of the lines or something like that?