We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All symbols, including ones from external URL's are visible on exported PDF.
Symbols from external URL's aren't rendered on the exported PDF.
Try exporting any chart with marker symbol pulled from external URL as a PDF: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/plotoptions/series-marker-symbol/
Workaround: Convert marker symbol to base64 and provide it as a URL: https://jsfiddle.net/BlackLabel/0z8xch74/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behaviour
All symbols, including ones from external URL's are visible on exported PDF.
Actual behaviour
Symbols from external URL's aren't rendered on the exported PDF.
Reproduction steps
Try exporting any chart with marker symbol pulled from external URL as a PDF: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/plotoptions/series-marker-symbol/
Workaround: Convert marker symbol to base64 and provide it as a URL: https://jsfiddle.net/BlackLabel/0z8xch74/
The text was updated successfully, but these errors were encountered: