Interface: ExportOptions
Defined in: render/export.ts:8
Options accepted by the export methods.
Properties
background?
ts
optional background?: string;Defined in: render/export.ts:10
Fill color behind the plot (default the theme page color; "transparent" keeps alpha).
quality?
ts
optional quality?: number;Defined in: render/export.ts:12
Encoder quality 0..1 for lossy types (image/jpeg, image/webp).