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.cjs.js CHANGED
@@ -8670,7 +8670,7 @@ const EChartsUtils = {
8670
8670
  return new Promise((resolve, reject) => {
8671
8671
  setTimeout(() => {
8672
8672
  // 初始化图表并获取ECharts对象
8673
- resolve({ ecObj: EChartsUtils.initChart(spread, sheet, config, isHideChart) });
8673
+ resolve({ ecObj: EChartsUtils.initChart(spread, sheet, config, isHideChart, isConsoleData) });
8674
8674
  }, 10);
8675
8675
  });
8676
8676
  };