When I activate datalabels in ChartJS than the charts doesn't show up in the cloud export (sometimes only the first). *. "plugins"=>array("annotation","datalabels"),
In the browser they show up, but not every time. Sometimes I have to refresh the page.
Consol log Output, that could be related to that issue: . chartjs-plugin-datalabels1. :7 Uncaught TypeError: Cannot read properties of undefined (reading 'helpers') . [Violation] 'load' handler took 179ms *. [Violation] 'requestAnimationFrame' handler took 75ms (Chart.bundle.min.js:7)
I've tried every configuration: *. "pageWaiting"=>"networkidle0", // load, domcontentloaded, networkidle0, networkidle2
This is also happening with the internal puppeteer export.
What can I do to make it work?