rapid-spreadjs 1.0.86 → 1.0.87

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.esm.js CHANGED
@@ -8648,7 +8648,7 @@ const EChartsUtils = {
8648
8648
  return new Promise((resolve, reject) => {
8649
8649
  setTimeout(() => {
8650
8650
  // 初始化图表并获取ECharts对象
8651
- resolve({ ecObj: EChartsUtils.initChart(spread, sheet, config, isHideChart) });
8651
+ resolve({ ecObj: EChartsUtils.initChart(spread, sheet, config, isHideChart, isConsoleData) });
8652
8652
  }, 10);
8653
8653
  });
8654
8654
  };