-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chart image export returns a completely black image when using styled mode on iOS 15.1 and macOS 12 #16791
Comments
Hi @svensigmond, thank you for reporting the issue. Problem confirmed (also with previous Highcharts versions) in Safari Version 15.1 (17612.2.9.1.20) and |
Thanks for confirming! This is quite a big issue for one of our clients and I was wondering if it's possible to give a very rough estimation for when a fix can be expected? |
Hi @svensigmond, thanks for bumping this ticket up! |
Hi @raf18seb, thanks for getting back to me with a status update. That's great news, good luck! |
Gentlemen Can you please let us know when this upgrade will be deployed. As we noticed it was not on the latest upgrade. Thanks in advance. Cees Hoogendoorn |
Hi @CeesHoogendoorn! Our last v9.3.3 deployment contained only one hotfix. The next release will be v10 and we are planning to release it within next 2 weeks. I hope it is OK for you. |
Hi @raf18seb It works now on Safari. Thanks! On Chrome (in combination with iPad or iPhone) however, when downloading as a jpeg, png or pdf, it opens the chart in a new window, and downloading it results in a corrupt file. Could you please look into that? Kind regards, |
Expected behaviour
When exporting a chart to an image I expect an image version of the chart to be returned
Actual behaviour
The call to the default highcharts export server is made, but a completely black image is returned
Live demo with steps to reproduce
The bug occurs in some of these scenario's I've tested:
But is not present here:
This can be verified on one of the samples provided on the highcharts.com website
My assumption is that there is a problem using / processing the CSS for the chart, since an SVG version of the chart will show a black rectangle if the CSS is deleted (either on disk or through the use of developer tools)
Product version
Highcharts 9.3.2
Affected browser(s)
iOS 15.1: safari, chrome
macOS: 12.0.1 Safari
I don't have access to more devices to test this issue on, so the issue might be more widespread than this.
The text was updated successfully, but these errors were encountered: