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:
the result:
Now I want to add yAxes title, and this is the result:
my code with yAxes label configuration:
the result:
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



