rapid-spreadjs 1.0.96 → 1.0.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js
CHANGED
|
@@ -8999,6 +8999,7 @@ const EChartsUtils = {
|
|
|
8999
8999
|
else if (config.chartType == 430) {
|
|
9000
9000
|
option = EChartsUtilsAll.chart430(config, xDataArr, yDataArr, sheet);
|
|
9001
9001
|
}
|
|
9002
|
+
console.log('ECharts option:', option);
|
|
9002
9003
|
if (option && typeof option === 'object') {
|
|
9003
9004
|
//如果是隐藏的图表,则需要禁用ECharts的动画效果
|
|
9004
9005
|
//原因是:如果ECharts使用了动画效果,图表渲染完成可能需要0.5秒,但是在导出ECharts统计图为图片的场景下时,可能在图表还没有渲染完成(动画效果还没结束)前就要获取图像了,此时可能就会造成获取到的图像内容丢失的情况
|