How to manipulate Y-Axis in ChartJS – Reactjs
I need to show in Y-Axis the labels of my max value in array from 0, 25%, 50%, 75% and 100% values. My example max value is 100,000. Output in Y-Axis should be: 0, 25,000, 50,000, 75,000, 100,000. Not sure…