You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to integrate in the same html report a CanvasXpress chart with a table styled with the datatable library and I have found that in that case the functionality of saving the CanvasXpress chart is broken.
After some research, I have found that the main conflict is between CanvasXpress and the pdfmake library that datatable uses to enable the saving of its tables in pdf.
I was wondering if there would be any possibility to make the saving usage of both libraries compatible or any advice on this situation. I leave at the end of this message a minimal example in html to reproduce the problem.
I've downloaded the most recent versions of CanvasXpress, DataTable and PDFmake and the problem still persist. After a more in depth research, I have been trying lot of differents versions of PDFmake and all 0.3.x and 0.2.x breaks CanvasXpress saving functionallity. Curiously, first versions of PDFmake makes the pdf download button broken and recovers CanvasXpress downloading functionallity.
Finally, after some binary search and trial and error of PDFmake versions, I've just found an old one (0.1.20) that allows PDF downloads from DataTable while preserving CanvasXpress downloading functionallity
Good afternoon.
I was trying to integrate in the same html report a CanvasXpress chart with a table styled with the datatable library and I have found that in that case the functionality of saving the CanvasXpress chart is broken.
After some research, I have found that the main conflict is between CanvasXpress and the pdfmake library that datatable uses to enable the saving of its tables in pdf.
I was wondering if there would be any possibility to make the saving usage of both libraries compatible or any advice on this situation. I leave at the end of this message a minimal example in html to reproduce the problem.
Thank you very much for your help
Best wishes,
Jesus
The text was updated successfully, but these errors were encountered: