rapid-spreadjs 1.0.140 → 1.0.141

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
@@ -10395,7 +10395,7 @@ const EChartsUtils = {
10395
10395
  option = EChartsUtilsAll.chart330(config, xDataArr, yDataArr, sheet);
10396
10396
  }
10397
10397
  else if (config.chartType == 350) {
10398
- option = EChartsUtilsAll.chart350(config, xDataArr, yDataArr);
10398
+ option = EChartsUtilsAll.chart350(config, xDataArr, yDataArr, sheet);
10399
10399
  }
10400
10400
  else if (config.chartType == 370) {
10401
10401
  option = EChartsUtilsAll.chart370(config, xDataArr, yDataArr, sheet);