Probably due to the way it handles responsiveness (computing bounds during page load).
You could try wrapping the new Chart(...) calls with setTimeout 0 so it only renders the chart after the first frame.
Probably due to the way it handles responsiveness (computing bounds during page load).
You could try wrapping the new Chart(...) calls with setTimeout 0 so it only renders the chart after the first frame.