javascript - Include html content inside svg for Report -


i have highchart(svg ) title , table in modal. want take report of whole modal. highchart coming in report.

highchartsexport.nativesvgtoimage($("#popup_trending").find("svg")[0],function(uri){ var data = $.param({'dataurl': uri, 'emailcontent': $scope.content}); var config = {headers: {'content-type': 'application/pdf;'}} 

enter image description here


Comments

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -