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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.cjs.min.js +1 -1
- package/dist/index.cjs.min.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.esm.min.js +1 -1
- package/dist/index.esm.min.js.map +1 -1
- package/package.json +1 -1
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);
|