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

Missing values in phantom-pdf export #45

Closed
thekalinga opened this issue Feb 10, 2015 · 4 comments
Closed

Missing values in phantom-pdf export #45

thekalinga opened this issue Feb 10, 2015 · 4 comments

Comments

@thekalinga
Copy link

When I try to export the Charts drill down from playground, I see that the bars are missing from the pdf output. This chart can be seen properly if we use html option.

Can u please verify whether this is a bug/not.

This issue can be verified at https://playground.jsreport.net/#/playground/Z1EmF0bOt

This is from the phantom-pdf export

image

This however is from html recipe

image

@thekalinga thekalinga changed the title Issue with phantom-pdf reports for the *Charts drill down* example from playground Missing values in phantom-pdf export Feb 10, 2015
@pofider
Copy link
Contributor

pofider commented Feb 10, 2015

This is probably caused by the highchart animation. To solve it you can set up print delay in the phantom menu or remove the animations from in the highchart options (https://playground.jsreport.net/#playground/e77zeliQO/2)

@thekalinga
Copy link
Author

Thanks..

After setting animation to false, the chart is being exported properly.

PS: The link you shared is not exporting pdf properly. If I try with html recipe, it throws Uncaught ReferenceError: $ is not defined

@pofider
Copy link
Contributor

pofider commented Feb 11, 2015

True, just remove "http:" from the script references and it will work.

@thekalinga
Copy link
Author

Thanks..

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

2 participants