I've an Angular app and using printJS in somewhere in my app. There is a highcharts-chart at the top of the page and a gridTable at the bottom. I can print gridTable with printJS, but I want to print highcharts-chart together with gridTable. Is it possible? If there any way to do it, how can i do?
Update - > Solved with different way. Dont need anything to do.