Type interface
Represents options for SVG export.
Inheritance
IExportSVGOptions does not extend any other symbol.
IExportSVGOptions is not extended by any other symbol.
Properties
disabled # |
Type Set this option to @since 4.9.11 |
---|---|
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.10.06 |
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.10.06 |
minHeight # |
Type Minimum height in pixels of the exported image. If source chart is smaller thank this, it will be scaled up. @since 4.10.06 |
minWidth # |
Type Minimum width in pixels of the exported image. If source chart is smaller thank this, it will be scaled up. @since 4.10.06 |
scale # |
Type Default Rescale image. Number less than 1 will shrink the image. Number bigger than 1 will scale up the image. @since 4.10.06 |