ngx-gantt icon indicating copy to clipboard operation
ngx-gantt copied to clipboard

Error trying to print

Open alopezo opened this issue 2 years ago • 3 comments

I get this error, apparently the clonedDom is undefined:

image image

Am I missing something? The Gantt is properly displayed on an angular dialog...

Thanks

alopezo avatar Jun 02 '22 15:06 alopezo

Could you tell me how you use it? I'll try to reproduce him.

walkerkay avatar Jun 04 '22 08:06 walkerkay

Of course, this is the chart component:

image

And it is used from a dialog:

image

Do you need any other details?

Thanks!

alopezo avatar Jun 06 '22 10:06 alopezo

Of course, this is the chart component:

image

And it is used from a dialog:

image

Do you need any other details?

Thanks!

Try to use fixed version of html2canvas

"html2canvas": "1.0.0-rc.7",

HandsomeButterball avatar Sep 27 '22 12:09 HandsomeButterball