You can install our export application locally.
You can download our export app from:
www.jqchart.com/tests/Export.zip You can unzip the folder and deploy it on IIS. After that you can use your server with:
Code:var config = {
server: 'http://www.yourserver.com/default.aspx',
method: 'post',
fileName: 'Chart.png',
type: 'image/png' // 'image/png' or 'image/jpeg'
};
$('#jqChart').jqChart('exportToImage', config);
Best Regards,
Dragan Matek
jqChart Inc.