Exporting"

From Documentation
(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 ...")
 
Line 13: Line 13:
  
 
Because of [https://api.highcharts.com/highcharts/exporting.scale the default scale] is '''2''', the exported image will be 1200 pixels (width) * 800 pixels (height).
 
Because of [https://api.highcharts.com/highcharts/exporting.scale the default scale] is '''2''', the exported image will be 1200 pixels (width) * 800 pixels (height).
 +
 +
 +
If you specify width/height or (hfle/vflex), e.g.

Revision as of 08:24, 8 December 2017

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


If you specify width/height or (hfle/vflex), e.g.