Skip to content
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

Titles overlapping each other when exporting multiple charts. #4623

Closed
villekivela opened this issue Oct 5, 2015 · 3 comments
Closed

Titles overlapping each other when exporting multiple charts. #4623

villekivela opened this issue Oct 5, 2015 · 3 comments
Labels
Status: Stale This issue hasn't had any activity for a while, and will be auto-closed if no further updates occur. Type: Undecided

Comments

@villekivela
Copy link

This happens when both
title: { useHTML: true }
and
exporting: { allowHTML: true }

chart 1

Here's jsFiddle http://jsfiddle.net/gd7bB/2271/

@TorsteinHonsi
Copy link
Collaborator

This is a bug in the snippet that concatenates SVG for the multiple charts, not Highcharts itself. The problem is that the SVG content of subsequent charts is translated, but the HTML content is not.

@TorsteinHonsi
Copy link
Collaborator

It is a problem with the snippet shared at http://www.highcharts.com/docs/getting-started/frequently-asked-questions#export-multiple, but not with Highcharts itself.

The problem in the snippet is that the SVG content is added to groups and translated for subsequent charts, but this does not apply to HTML content.

@stale
Copy link

stale bot commented May 16, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions!

@stale stale bot added the Status: Stale This issue hasn't had any activity for a while, and will be auto-closed if no further updates occur. label May 16, 2019
@stale stale bot closed this as completed May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Stale This issue hasn't had any activity for a while, and will be auto-closed if no further updates occur. Type: Undecided
Projects
None yet
Development

No branches or pull requests

2 participants