Home Forums Chart Support Export resolution – 1200 x 1800 Reply To: Export resolution – 1200 x 1800

#39296

@elanchezhiyan,

The solution shared by @thangaraj-raman demonstrates exporting chart with width set to 1800px & height to 1200px. You can customize the width & height of the chart as per your requirements like 1200×1800 or 1920×1080, etc. by changing the value passed in set method as shown below.

chart.set("width", 1200, false);
chart.set("height", 1800);
chart.exportChart({ format: "jpg" });

Please refer to documentation page for more customization options available along with examples that you can try out live.


Vishwas R
Team CanvasJS