Exporting
From Documentation
Exported Images
Size
The exported image size in pixel is calculated by:
chart width * scale = exported width
chart height * scale = exported height
If you do not specify a chart's width and height, ZK Charts exports with the default size:
- width, 600 pixels
- height, 400 pixels
Because of the default scale is 2, the exported image will be 1200 pixels (width) * 800 pixels (height).