Chartjs-Is there a way to let Chart.js to round up decimals?

0👍

ChartJS expects the data to be in the format you need when it is fed in; as you mention you’ll need to do it in PHP prior to putting it into the data array.

Leave a comment