i am using react-chartjs-2 v4.1.0 and chart.js v3.9.1
and i have this issue here
how to force chartjs to start from 0 on y-axis?
(some additional info here)
i am using react-chartjs-2 v4.1.0 and chart.js v3.9.1
and i have this issue here
how to force chartjs to start from 0 on y-axis?
(some additional info here)
You need to set min: 0 in the root of the y axis options object instead of it being nested inside of the ticks options