Type Alias ImageOutput

Output to be used to export a single visualization as image.

type ImageOutput = {
    outDpi?: number;
    outFormat?: "png" | "jsondata";
    outZoom?: number;
}
Index

Properties

outDpi?: number

Image resolution in DPI (default 96 DPI).

outFormat?: "png" | "jsondata"

The image format of the report to be produced.

outZoom?: number

The scale factor to be applied in image scaling. A zoom greater than 5 will not be applied to the device pixel ratio which will remain fixed at 5.