Chartjs-Chart.js Scaling issue when initially loading the page

0👍

You can call resize when the page is fully loaded or when the document is ready.
open developer tool, try myChart.resize() on the console. it’ll display well.

Leave a comment