Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1730
Exporting chart as image
posted

Hi,

I am trying to export chart as an image using below code (from documentation):

var pngImage = $('chartDiv"]').igDataChart("exportImage", 200, 100); 

I am just stuck here. I want a image of chart. I am not sure how to get that.

Any help would be appreciated.