KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Annotation in export #1705

Open Thomas opened this topic on on Nov 10, 2020 - 1 comments

Thomas commented on Nov 10, 2020

I have a little problem with the visibility/rendering of the annotation (chartjs) in the pdf export (phantomjs).

The annotation is not there every time I load the report. Sometimes I have to refresh the page 2-3 times to be visible. Do you have a suggestion or a solution for that?

Sebastian Morales commented on Nov 12, 2020

Thomas, pls try to increase resource waiting time to see if results change:

    $report->export("MyReportPDF")
    ->settings([
       ...
       "resourceWaiting" => 2000, //by default it's 1000 microseconds = 1 second
    ])
    ->pdf(...)

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Export