Rank: Newbie Groups: Member
Joined: 11/12/2013 Posts: 1
|
When using HtmlToPdf to convert a URL that contains a graph created with jqplot, the PDF does not include the Axis labels if the jqplot uses jqplot.CanvasAxisTickRenderer to resize or rotate text. It appears to affect many jqplot charts when attempting to convert to PDF.
I have tried using MinLoadWaitTime, but it did not fix the issue.
As an example, you can try to convert "http://www.jqplot.com/deploy/dist/examples/axisLabelsRotatedText.html" to PDF, and you'll see that the axis labels do not render in the PDF.
Are there any settings I can adjust to make this render correctly?
Thanks in advance for your help.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
This is a known issue. The problem is rendering text on canvas. We hope we can fix it soon. Sorry about it!
Thanks!
|