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)
@davidr,
JavaScript does not have access to the computer’s file system, please refer this link for more info. Either you can render chart as-such without interactivity or store base64 image globally and use it as image source.
— Vishwas R Team CanvasJS