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;'}}
Comments
Post a Comment