rapid-spreadjs 1.0.47 → 1.0.48
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 +4 -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 +4 -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/dist/types/echarts.d.ts +4 -0
- package/dist/utils/echarts.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/echarts.d.ts
CHANGED
package/dist/utils/echarts.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare const EChartsUtils: {
|
|
|
9
9
|
* @param GC GC对象
|
|
10
10
|
* @param spread 工作簿对象
|
|
11
11
|
* @param sheet 工作表对象
|
|
12
|
-
* @param config
|
|
12
|
+
* @param config 折线配置
|
|
13
13
|
* @param isHideChart 是否隐藏图表
|
|
14
14
|
*/
|
|
15
15
|
create: (GC: any, spread: any, sheet: any, config: EChartsUtilsConfigModel, isHideChart?: boolean) => Promise<{
|