getConvertPictureUrl(includeOverlay?, type?, backgroundColor?) â
getConvertPictureUrl
get the image URL after the chart is converted into an image.
Reference â
typescript
(
includeOverlay?: boolean,
type?: 'png' | 'jpeg' | 'bmp',
backgroundColor?: string
) => string
Parameters â
includeOverlay
Whether to include the overlay lever.type
The converted image type supportspng
,jpeg
andbmp
, the default isjpeg
.backgroundColor
Background color, default is#FFFFFF
.
Returns â
getConvertPictureUrl
returns string
.