-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Wrongly positioned shadows while using the offline export. #17170
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
Comments
Here's the issue broken down to svg2pdf: Svg2pdf Playground. As we see, in the browser implementations of SVG, the absolutely positioned Another, not so severe problem is that it also fails to render the |
The issue has already been reported here. |
Expected behaviour
Properly position the shadows while using offline exporting.
Actual behaviour
After exporting the chart to PDF via offline exporting,
dataLabels
are shifted and shadows are incorrectly positioned.Live demo with steps to reproduce
Export the chart to PDF and compare the result with the chart.
https://jsfiddle.net/BlackLabel/23ks15d0/
Workaround (disabling the shadows): https://jsfiddle.net/BlackLabel/jtr6382u/
Product version
Highcharts JS v10.0.0 (2022-03-07)
Affected browser(s)
All
The text was updated successfully, but these errors were encountered: