Home Forums Chart Support Graph doesn't scale when printing Reply To: Graph doesn't scale when printing

#8085

monba,

Can you please try with the below code:

function printDiv(divName) {
	
	   window.print();
	
}