darrenu
Posts: 2
Joined: Thu Dec 01, 2022 7:12 pm

Running enhancement/puppeteer branch in docker

Hi,
I've been trying to get this branch, https://github.com/highcharts/node-expo ... /puppeteer, running in our environment for a few weeks now.
Was finally able to get things to run using as a node module not as a server. However, when exporting the chart all I get is a black square where the chart should be.

Any help would be appreciated.
Thanks

Environment:
WSL Docker node:16.14.0-alpine

Arguments I've tried.
puppeteer:{
args: ['--no-sandbox', '--headless', '--disable-gpu','--use-gl=swiftshader', '--enable-webgl']
},
Attachments
DarrenTest2.png
DarrenTest2.png (98.49 KiB) Viewed 201 times
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: Running enhancement/puppeteer branch in docker

Hello,

Welcome to our forum and thanks for contacting us with your question!

I have forwarded the question to our export server developer and as soon as I know something I will let you know.

Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: Running enhancement/puppeteer branch in docker

Hi,

In order for us to say more, I need more information:
- Are you using styledMode?
- Can you post the chart options?
- How do you export the chart? I'm not sure but if using the node module can you post what your code looks like?

Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/
darrenu
Posts: 2
Joined: Thu Dec 01, 2022 7:12 pm

Re: Running enhancement/puppeteer branch in docker

It's alright we have got it working now with some very basic charts. As we start to add in more advanced charts I will see what options in the chart are causing the issue.
Thanks
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: Running enhancement/puppeteer branch in docker

I understand, so if you encounter any problems, let me know.

Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/

Return to “Highcharts Usage”