KnpLabs / snappy

PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage

Home Page:https://knplabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript Delay

jamesmakau18 opened this issue · comments

Is there a way i can enable JS delay so as to use with chartJS ?

Same question for me, with highcharts.js, do you know if it is possible ?

@atierant
Yes, you can.

$pdf->setOption('javascript-delay', 500);

But, sometimes it dose not work..