gpt4 book ai didi

echarts - 在 Echarts 中没有工具箱交互,我可以将图表另存为图像吗?

转载 作者:行者123 更新时间:2023-12-01 07:52:12 57 4
gpt4 key购买 nike

我想将 echart 保存为图像。如果toolbox.saveAsImage选项设置为 true ,我可以使用工具箱操作来保存图表。但是,我想知道这是否可以以编程方式完成?

最佳答案

这应该通过 echartsInstance.getDataURL 来实现,您可以使用它来设置图像格式、像素比等。

(opts: {
// Exporting format, can be either png, or jpeg
type?: string,
// Resolution ratio of exporting image, 1 by default.
pixelRatio?: number,
// Background color of exporting image, use backgroundColor in option by default.
backgroundColor?: string,
// Excluded components list. e.g. ['toolbox']
excludeComponents?: Array.<string>
}) => string

ECharts doc想要查询更多的信息。

关于echarts - 在 Echarts 中没有工具箱交互,我可以将图表另存为图像吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43946865/

57 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com