0👍
✅
The thing you want to hide is the Y axis itself.
To do so, replace the code inside options.scales.y by this
y:{
display:false
},
Here’s a code pen to see the result
Source:stackexchange.com