Hi, when i am exporting a chart using exportChart() method nothing happens in chrome, but working in all browsers plz help me how to fix this issue to work in chrome
Below is my code :
<input type="image" id="img123" onclick="ExportMyChart()" class="pull-right" style="margin-left: 16px;" src="~/Images/jpg-20.png" Height="18px" Width="17px" />
function ExportMyChart() {
var chartObject = document.getElementById('exp1');
if (chartObject.hasRendered())
chartObject.exportChart({ exportAtClient: '1', exportFormat: 'JPEG' });
}
PLz help me how to fix this issue its urgent