rapid-spreadjs 1.0.108 → 1.0.110
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 +11 -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 +11 -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/utils/echarts-all.d.ts +2 -2
- package/package.json +1 -1
|
@@ -899,7 +899,7 @@ export declare const EChartsUtilsAll: {
|
|
|
899
899
|
fontSize: number;
|
|
900
900
|
};
|
|
901
901
|
}[];
|
|
902
|
-
series: {
|
|
902
|
+
series: (any[] | {
|
|
903
903
|
name: string;
|
|
904
904
|
type: string;
|
|
905
905
|
smooth: boolean;
|
|
@@ -928,7 +928,7 @@ export declare const EChartsUtilsAll: {
|
|
|
928
928
|
};
|
|
929
929
|
data: any[];
|
|
930
930
|
};
|
|
931
|
-
}[];
|
|
931
|
+
})[];
|
|
932
932
|
};
|
|
933
933
|
/**
|
|
934
934
|
* 界限含水率
|