gpt4 book ai didi

javascript - 将 jqPlot 图保存到图像文件

转载 作者:行者123 更新时间:2023-12-03 20:42:24 28 4
gpt4 key购买 nike

我正在使用 jqPlot 在某些网页上显示许多图表。我希望能够将这些图表保存到图像文件中。

最好的方法是什么?是否可以在图表上有一个右键菜单选项,使图表能够保存到图像文件中?

这是我的一个图表的一些代码:

var plotCogsLineGraph = $.jqplot('FinancialsLineGraph', [[30,31,34,40,45], [34,38,31,42,38]], 
{
axes:
{
xaxis:
{
ticks: ['5','4','3','2','1']
},
yaxis:
{
label:'%',
pad: 1.05,
ticks: ['0','15','30','45','60']
}
},

width: 480, height: 270,
legend:{show:true, location: 's', placement: 'insideGrid', renderer: $.jqplot.EnhancedLegendRenderer},
seriesDefaults:
{
rendererOptions: {smooth: true}
},
series:[
{
lineWidth:1,
label:'COGS',
markerOptions: { size:1, style:'dimaond' }
},
{
lineWidth:1,
label:'Wages',
markerOptions: { size: 1, style:"dimaond" }
}
]
}
);

需要在上述代码中添加什么才能将图形保存到图像文件?

最佳答案

试试这个:

$('#FinancialsLineGraph').jqplotSaveImage()

关于javascript - 将 jqPlot 图保存到图像文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14865556/

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