getConvertPictureUrl(includeOverlay?, type?, backgroundColor?)
getConvertPictureUrl
获取图表转换成图片后的图片url。
参考
typescript
(
includeOverlay?: boolean,
type?: 'png' | 'jpeg' | 'bmp',
backgroundColor?: string
) => string
参数
includeOverlay
是否需要包含浮层。type
转换后的图片类型,支持png
,jpeg
和bmp
,默认为jpeg
。backgroundColor
背景色,默认为#FFFFFF
。
返回值
getConvertPictureUrl
返回 string
。