|
@@ -1677,7 +1677,7 @@ CH:${_CH}
|
|
|
return new Promise(resolve => {
|
|
|
try {
|
|
|
let hiddenDiv = document.createElement("div");
|
|
|
- hiddenDiv.style.width = "400px";
|
|
|
+ hiddenDiv.style.width = "600px";
|
|
|
hiddenDiv.style.height = "400px";
|
|
|
hiddenDiv.style.position = "absolute";
|
|
|
hiddenDiv.style.left = "-9999px"; // 隐藏div
|
|
@@ -1687,6 +1687,7 @@ CH:${_CH}
|
|
|
let myChart = echarts.init(hiddenDiv);
|
|
|
|
|
|
console.log(option)
|
|
|
+ option.animation = false;
|
|
|
|
|
|
let time;
|
|
|
myChart.on("rendered", async () => {
|