Exporting

From Documentation
Revision as of 08:22, 8 December 2017 by Hawk (talk | contribs) (Created page with "= Exported Images = == Size == The exported image size in pixel is calculated by: ''chart width'' * ''scale'' = exported width ''chart height'' * ''scale'' = exported height ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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).