Hello Syncfusion Team,
I'm using version 19.3.55 of the DiagramComponent in my app.
We use a lot of SVG nodes in our diagram, and consequently, to print the diagram, we have to call DiagramComponent::getDiagramContent() and send the htmldata to our server and print it with HtmlToPdfConverter.
We noticed that calling DiagramComponent::getDiagramContent() shifts the diagram layout/position back to coordinates 0,0 (please see attached video file).
This is especially problematic since we plan to call this API at periodic intervals to generate up-to-date diagram snapshots & thumbnails.
Is there an easy way to restore the original layout/position of the diagram after calling
DiagramComponent::getDiagramContent().
Thanks,
-Mithun
Hi Mithun,
We have fixed the reported issue and included it in our patch release (v19.4.43) which is rolled out successfully.
Please upgrade to the latest version packages to resolve this issue.
https://www.npmjs.com/package/@syncfusion/ej2-diagrams
Regards,
Arun.
I'm observing a new issue with getDiagramContent() method in the latest version (v19.4.43).
I've opened a new thread here: https://www.syncfusion.com/forums/172360/diagramcomponentgetdiagramcontent-wrongly-clips-content-if-i-scroll-above-or-to-left-of
Hi Mithun,
Thanks for your update.
Regards,
Shyam G