How to remove another duplicate y axes grid in chart.js when adding yAxes title

27 Views Asked by At

Showing you an image to better understand my problem:

the first two image shows the result without yAxes scale configuration

my code without yAxes label configuration:

Chart.js option without adding yAxes label configuration

the result:

Bar chart without adding yAxes label configuration

Now I want to add yAxes title, and this is the result:

my code with yAxes label configuration:

Chart.js option with yAxes label configuration

the result:

Bar chart with yAxes label configuration

as you can see, the y axis has been dulplicated, and i just want to add the title 'Trainees'. How am i able to only display the title 'Trainees'

btw, i used chart.js v4 and react-chart-js v2

0

There are 0 best solutions below