I would like to remove the decimal and minus values from my charts, I tried with ``` layout={{ yaxis: { range: [0, 100], }, }} ```  this will limit the values to 100 and I don't want any limitation on the values.