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

IE9 Issue exporting legend and axis labels #10

Closed
Rob1080 opened this issue Sep 25, 2012 · 8 comments
Closed

IE9 Issue exporting legend and axis labels #10

Rob1080 opened this issue Sep 25, 2012 · 8 comments

Comments

@Rob1080
Copy link

Rob1080 commented Sep 25, 2012

Hi,

When downloading a chat in IE9, I get an issue where the legend and axis labels aren't rendered correctly. The text is very small and can't be read).

When I switch back to http://export.highcharts.com then I can download the exported images with the axis labels and legends rendered correctly.

I assume this issue may be related to issues with the 3rd party SVG dll, can you confirm that this is the problem?

Thanks
Rob

@Tek4
Copy link
Collaborator

Tek4 commented Sep 25, 2012

Yes, I can confirm that all rendering errors are related to SVG.dll. The only thing this project does is wire things together. It's too bad there is no activity on the SVG project.

@Tek4
Copy link
Collaborator

Tek4 commented Jul 25, 2013

UPDATE: There appears to be a fork of the SVG.dll project in active development here: https://github.com/vvvv/SVG --- let us know if you try it!

@Rob1080
Copy link
Author

Rob1080 commented Dec 19, 2013

I updated to use the new svg.dll. Unfortunately I still have the same problem when downloading the chart from Internet Explorer, where the label text renders tiny (barely visible) Any idea if there are workarounds?

@josephvano
Copy link

I am experiencing the same issue in IE browser, the x-axis labels are unreadable and don't respect rotation.

Curious if anyone has a workaround?

@Rob1080
Copy link
Author

Rob1080 commented Jan 8, 2014

@josephvano, try the latest svg library from here: https://github.com/vvvv/SVG. I made some changes to the svg library to support fonts correctly, and those changes have been merged.
You'll need to change Highcharts-export-module-asp.net to support the new svg library.

@josephvano
Copy link

@Rob1080 I just gave this a whirl this morning and it worked! The fonts were displaying, just in a different font family (times new roman). Not sure how it could respect what the original chart is showing.

Thanks for submitting a fix for this. For others, I just had to modify the Exporter.cs slightly with the new SVG library

170: svgDoc = SvgDocument.Open(streamSvg);

@Rob1080
Copy link
Author

Rob1080 commented Jan 11, 2014

What font were you using? Looking at the fix I submitted, it took font family into account svg-net/SVG@68425a1

@imclem
Copy link
Owner

imclem commented Jan 22, 2014

Please try with this version 76cf6a3 and let us know if it fixes the problem.

@imclem imclem closed this as completed Sep 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants