Type interface
Represents options for image export.
Inheritance
IExportImageOptions does not extend any other symbol.
IExportImageOptions is extended by IExportPDFOptions
, IExportPrintOptions
.
Properties
disabled # |
Type Set this option to @since 4.9.11 |
---|---|
keepTainted # |
Type Default Normally, Export removes "tainted" images (images that are loaded from other host than the chart itself) before export. Set this to Please note that removal of tainted images might trigger cross-origin security restrictions in browser and prevent the whole export operation, so use with caution. |
maxHeight # |
Type Maximum height in pixels of the exported image. If source chart is bigger thank this, it will be scaled down. NOTE: this setting might be overidden by @since 4.9.24 |
maxWidth # |
Type Maximum width in pixels of the exported image. If source chart is bigger thank this, it will be scaled down. NOTE: this setting might be overidden by @since 4.9.24 |
minHeight # |
Type Minimum height in pixels of the exported image. If source chart is smaller thank this, it will be scaled up. @since 4.9.24 |
minWidth # |
Type Minimum width in pixels of the exported image. If source chart is smaller thank this, it will be scaled up. @since 4.9.24 |
quality # |
Type Quality of the exported image. (0-1) |
scale # |
Type Default Rescale image. Number less than 1 will shrink the image. Number bigger than 1 will scale up the image. |