Is it possible to add a tool tip to a div tag in chrome pdf template?
mijo1989joseph
@mijo1989joseph
Posts made by mijo1989joseph
-
Adding tooltip to a div in chrome pdf
-
RE: Chrome PDF gets rendered before script execution is completed
Thanks Jan.
I changed the syntax as
if(plan.data != undefined)
{
id = plan.data.milestone.id;
}
That fixed the issue. -
RE: Chrome PDF gets rendered before script execution is completed
Hi Jan,
Sorry as part of clean up I missed some data. I have fixed that. Please check now.
This is the expected result.
-
RE: Chrome PDF gets rendered before script execution is completed
Hi Jan,
Can you please check now.
-
RE: Chrome PDF gets rendered before script execution is completed
Hi Jan,
Thanks for responding.
I have minimized the code base as much as possible. I can not remove the library references for lodash, d3 and luxon as I am using them in the script side. As you said, I have removed the font files, and minimized the data.
-
Chrome PDF gets rendered before script execution is completed
I have created a PDF template that renders a d3 js chart. I have few div components that needs to be aligned with the chart. I have written custom script at the end of the template to set the style for necessary div elements. It is working fine when using the "html" recipe but the same is not working when using "chrome-pdf" recipe.
I tried enabling printing triggers but that time it was failing with timeout error.
In jsreport playground I didn't find an option to increase the timeout. I have jsreport installed locally and tried to increase the timeout upto 5 minutes. Even after 5 minutes it is giving timeout error.