score:0

Accepted answer

since your config is not working i assume you are using v3, in which case the solution is as followed:

for point one you need to use an external plugin, you can write your own or use the datalabels plugin

for your second problem you need to style it as a font object as told in the documentation like so:

options: {
  scales: {
    y:{
      ticks:{
        font:{
           size: 50
         }
       }
    }
  }
}

for your last part you can set the stepsize to 0.8


Related Query

More Query from same tag