Home Forums Chart Support How to display chart as a static image (png, jpg) Reply To: How to display chart as a static image (png, jpg)

#16009

@davidr,

JavaScript does not have access to the computer’s file system, please refer this stackoverflow thread for more information on the same. Either you can render chart as-such without interactivity or store base64 image globally and replace chart with image with stored base64 image data as source to show static image in a webpage.


Vishwas R
Team CanvasJS