I am trying to create a PDF from a JS highchart chart, like this one: http://www.highcharts.com/stock/demo/
It needs JS delay so
wkhtmltopdf --javascript-delay 1000 http://www.highcharts.com/stock/demo/ pdftest1.pdf
In the result I see only a grey thick line.
I'm using the version 0.11.0 rc2 of the component on Windows 7. Is anyone else experiencing the same issues?