rapid-spreadjs 1.0.110 → 1.0.112

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.
@@ -1,4 +1,4 @@
1
- import { type EChartsUtilsConfigModel } from '../types/echarts';
1
+ import { type EChartsUtilsConfigModel } from './types/echarts';
2
2
  /**
3
3
  * 所有统计图表的ECharts配置
4
4
  */
@@ -34,7 +34,7 @@ export declare const EChartsUtilsAll: {
34
34
  bottom?: undefined;
35
35
  } | {
36
36
  show: boolean;
37
- text: string;
37
+ text: any;
38
38
  left: string;
39
39
  bottom: number;
40
40
  textStyle: {
@@ -68,7 +68,7 @@ export declare const EChartsUtilsAll: {
68
68
  type: string;
69
69
  max: number;
70
70
  min: number;
71
- name: string;
71
+ name: any;
72
72
  nameGap: number;
73
73
  nameRotate: number;
74
74
  nameLocation: string;
@@ -143,7 +143,7 @@ export declare const EChartsUtilsAll: {
143
143
  bottom?: undefined;
144
144
  } | {
145
145
  show: boolean;
146
- text: string;
146
+ text: any;
147
147
  left: string;
148
148
  bottom: number;
149
149
  textStyle: {
@@ -177,7 +177,7 @@ export declare const EChartsUtilsAll: {
177
177
  type: string;
178
178
  max: number;
179
179
  min: number;
180
- name: string;
180
+ name: any;
181
181
  nameGap: number;
182
182
  nameRotate: number;
183
183
  nameLocation: string;
@@ -252,7 +252,7 @@ export declare const EChartsUtilsAll: {
252
252
  bottom?: undefined;
253
253
  } | {
254
254
  show: boolean;
255
- text: string;
255
+ text: any;
256
256
  left: string;
257
257
  bottom: number;
258
258
  textStyle: {
@@ -286,7 +286,7 @@ export declare const EChartsUtilsAll: {
286
286
  type: string;
287
287
  max: number;
288
288
  min: number;
289
- name: string;
289
+ name: any;
290
290
  nameGap: number;
291
291
  nameRotate: number;
292
292
  nameLocation: string;
@@ -361,7 +361,7 @@ export declare const EChartsUtilsAll: {
361
361
  bottom?: undefined;
362
362
  } | {
363
363
  show: boolean;
364
- text: string;
364
+ text: any;
365
365
  left: string;
366
366
  bottom: number;
367
367
  textStyle: {
@@ -395,7 +395,7 @@ export declare const EChartsUtilsAll: {
395
395
  type: string;
396
396
  max: number;
397
397
  min: number;
398
- name: string;
398
+ name: any;
399
399
  nameGap: number;
400
400
  nameRotate: number;
401
401
  nameLocation: string;
@@ -470,7 +470,7 @@ export declare const EChartsUtilsAll: {
470
470
  bottom?: undefined;
471
471
  } | {
472
472
  show: boolean;
473
- text: string;
473
+ text: any;
474
474
  left: string;
475
475
  bottom: number;
476
476
  textStyle: {
@@ -504,7 +504,7 @@ export declare const EChartsUtilsAll: {
504
504
  type: string;
505
505
  max: number;
506
506
  min: number;
507
- name: string;
507
+ name: any;
508
508
  nameGap: number;
509
509
  nameRotate: number;
510
510
  nameLocation: string;
@@ -579,7 +579,7 @@ export declare const EChartsUtilsAll: {
579
579
  bottom?: undefined;
580
580
  } | {
581
581
  show: boolean;
582
- text: string;
582
+ text: any;
583
583
  left: string;
584
584
  bottom: number;
585
585
  textStyle: {
@@ -613,7 +613,7 @@ export declare const EChartsUtilsAll: {
613
613
  type: string;
614
614
  max: number;
615
615
  min: number;
616
- name: string;
616
+ name: any;
617
617
  nameGap: number;
618
618
  nameRotate: number;
619
619
  nameLocation: string;
@@ -755,7 +755,7 @@ export declare const EChartsUtilsAll: {
755
755
  };
756
756
  title: ({
757
757
  show: boolean;
758
- text: string;
758
+ text: any;
759
759
  left: string;
760
760
  top: number;
761
761
  textStyle: {
@@ -765,7 +765,7 @@ export declare const EChartsUtilsAll: {
765
765
  bottom?: undefined;
766
766
  } | {
767
767
  show: boolean;
768
- text: string;
768
+ text: any;
769
769
  left: string;
770
770
  bottom: number;
771
771
  textStyle: {
@@ -799,7 +799,7 @@ export declare const EChartsUtilsAll: {
799
799
  type: string;
800
800
  max: number;
801
801
  min: number;
802
- name: string;
802
+ name: any;
803
803
  nameGap: number;
804
804
  nameRotate: number;
805
805
  nameLocation: string;
@@ -847,7 +847,7 @@ export declare const EChartsUtilsAll: {
847
847
  bottom?: undefined;
848
848
  } | {
849
849
  show: boolean;
850
- text: string;
850
+ text: any;
851
851
  left: string;
852
852
  bottom: number;
853
853
  textStyle: {
@@ -882,7 +882,7 @@ export declare const EChartsUtilsAll: {
882
882
  };
883
883
  yAxis: {
884
884
  type: string;
885
- name: string;
885
+ name: any;
886
886
  nameGap: number;
887
887
  nameRotate: number;
888
888
  nameLocation: string;
@@ -893,13 +893,14 @@ export declare const EChartsUtilsAll: {
893
893
  type: string;
894
894
  };
895
895
  };
896
+ min: number;
896
897
  max: number;
897
898
  splitNumber: number;
898
899
  axisLabel: {
899
900
  fontSize: number;
900
901
  };
901
902
  }[];
902
- series: (any[] | {
903
+ series: {
903
904
  name: string;
904
905
  type: string;
905
906
  smooth: boolean;
@@ -928,7 +929,7 @@ export declare const EChartsUtilsAll: {
928
929
  };
929
930
  data: any[];
930
931
  };
931
- })[];
932
+ }[];
932
933
  };
933
934
  /**
934
935
  * 界限含水率
@@ -959,7 +960,7 @@ export declare const EChartsUtilsAll: {
959
960
  };
960
961
  title: ({
961
962
  show: boolean;
962
- text: string;
963
+ text: any;
963
964
  left: string;
964
965
  top: number;
965
966
  textStyle: {
@@ -969,7 +970,7 @@ export declare const EChartsUtilsAll: {
969
970
  bottom?: undefined;
970
971
  } | {
971
972
  show: boolean;
972
- text: string;
973
+ text: any;
973
974
  left: string;
974
975
  bottom: number;
975
976
  textStyle: {
@@ -998,7 +999,7 @@ export declare const EChartsUtilsAll: {
998
999
  };
999
1000
  yAxis: {
1000
1001
  type: string;
1001
- name: string;
1002
+ name: any;
1002
1003
  nameGap: number;
1003
1004
  nameRotate: number;
1004
1005
  nameLocation: string;
@@ -1059,7 +1060,7 @@ export declare const EChartsUtilsAll: {
1059
1060
  };
1060
1061
  title: ({
1061
1062
  show: boolean;
1062
- text: string;
1063
+ text: any;
1063
1064
  left: string;
1064
1065
  top: number;
1065
1066
  textStyle: {
@@ -1069,7 +1070,7 @@ export declare const EChartsUtilsAll: {
1069
1070
  bottom?: undefined;
1070
1071
  } | {
1071
1072
  show: boolean;
1072
- text: string;
1073
+ text: any;
1073
1074
  left: string;
1074
1075
  bottom: number;
1075
1076
  textStyle: {
@@ -1098,7 +1099,7 @@ export declare const EChartsUtilsAll: {
1098
1099
  };
1099
1100
  yAxis: {
1100
1101
  type: string;
1101
- name: string;
1102
+ name: any;
1102
1103
  nameGap: number;
1103
1104
  nameRotate: number;
1104
1105
  nameLocation: string;
@@ -1149,7 +1150,7 @@ export declare const EChartsUtilsAll: {
1149
1150
  };
1150
1151
  title: ({
1151
1152
  show: boolean;
1152
- text: string;
1153
+ text: any;
1153
1154
  left: string;
1154
1155
  top: number;
1155
1156
  textStyle: {
@@ -1159,7 +1160,7 @@ export declare const EChartsUtilsAll: {
1159
1160
  bottom?: undefined;
1160
1161
  } | {
1161
1162
  show: boolean;
1162
- text: string;
1163
+ text: any;
1163
1164
  left: string;
1164
1165
  bottom: number;
1165
1166
  textStyle: {
@@ -1186,7 +1187,7 @@ export declare const EChartsUtilsAll: {
1186
1187
  };
1187
1188
  yAxis: {
1188
1189
  type: string;
1189
- name: string;
1190
+ name: any;
1190
1191
  nameGap: number;
1191
1192
  nameRotate: number;
1192
1193
  nameLocation: string;
@@ -1237,7 +1238,7 @@ export declare const EChartsUtilsAll: {
1237
1238
  };
1238
1239
  title: {
1239
1240
  show: boolean;
1240
- text: string;
1241
+ text: any;
1241
1242
  left: string;
1242
1243
  top: number;
1243
1244
  textStyle: {
@@ -1266,7 +1267,7 @@ export declare const EChartsUtilsAll: {
1266
1267
  };
1267
1268
  yAxis: {
1268
1269
  type: string;
1269
- name: string;
1270
+ name: any;
1270
1271
  nameGap: number;
1271
1272
  nameRotate: number;
1272
1273
  nameLocation: string;
@@ -1333,7 +1334,7 @@ export declare const EChartsUtilsAll: {
1333
1334
  };
1334
1335
  title: {
1335
1336
  show: boolean;
1336
- text: string;
1337
+ text: any;
1337
1338
  left: string;
1338
1339
  top: number;
1339
1340
  textStyle: {
@@ -1362,7 +1363,7 @@ export declare const EChartsUtilsAll: {
1362
1363
  };
1363
1364
  yAxis: {
1364
1365
  type: string;
1365
- name: string;
1366
+ name: any;
1366
1367
  nameGap: number;
1367
1368
  nameRotate: number;
1368
1369
  nameLocation: string;
@@ -1439,7 +1440,7 @@ export declare const EChartsUtilsAll: {
1439
1440
  bottom?: undefined;
1440
1441
  } | {
1441
1442
  show: boolean;
1442
- text: string;
1443
+ text: any;
1443
1444
  left: string;
1444
1445
  bottom: number;
1445
1446
  textStyle: {
@@ -1469,7 +1470,7 @@ export declare const EChartsUtilsAll: {
1469
1470
  };
1470
1471
  yAxis: {
1471
1472
  type: string;
1472
- name: string;
1473
+ name: any;
1473
1474
  nameGap: number;
1474
1475
  nameRotate: number;
1475
1476
  nameLocation: string;
@@ -1520,7 +1521,7 @@ export declare const EChartsUtilsAll: {
1520
1521
  };
1521
1522
  title: ({
1522
1523
  show: boolean;
1523
- text: string;
1524
+ text: any;
1524
1525
  left: string;
1525
1526
  top: number;
1526
1527
  textStyle: {
@@ -1530,7 +1531,7 @@ export declare const EChartsUtilsAll: {
1530
1531
  bottom?: undefined;
1531
1532
  } | {
1532
1533
  show: boolean;
1533
- text: string;
1534
+ text: any;
1534
1535
  left: string;
1535
1536
  bottom: number;
1536
1537
  textStyle: {
@@ -1559,7 +1560,7 @@ export declare const EChartsUtilsAll: {
1559
1560
  };
1560
1561
  yAxis: {
1561
1562
  type: string;
1562
- name: string;
1563
+ name: any;
1563
1564
  nameGap: number;
1564
1565
  nameRotate: number;
1565
1566
  nameLocation: string;
@@ -1617,7 +1618,7 @@ export declare const EChartsUtilsAll: {
1617
1618
  };
1618
1619
  title: ({
1619
1620
  show: boolean;
1620
- text: string;
1621
+ text: any;
1621
1622
  left: string;
1622
1623
  top: number;
1623
1624
  textStyle: {
@@ -1627,7 +1628,7 @@ export declare const EChartsUtilsAll: {
1627
1628
  bottom?: undefined;
1628
1629
  } | {
1629
1630
  show: boolean;
1630
- text: string;
1631
+ text: any;
1631
1632
  left: string;
1632
1633
  bottom: number;
1633
1634
  textStyle: {
@@ -1656,7 +1657,7 @@ export declare const EChartsUtilsAll: {
1656
1657
  }[];
1657
1658
  yAxis: {
1658
1659
  type: string;
1659
- name: string;
1660
+ name: any;
1660
1661
  nameGap: number;
1661
1662
  nameRotate: number;
1662
1663
  nameLocation: string;
@@ -1708,7 +1709,7 @@ export declare const EChartsUtilsAll: {
1708
1709
  };
1709
1710
  title: ({
1710
1711
  show: boolean;
1711
- text: string;
1712
+ text: any;
1712
1713
  left: string;
1713
1714
  top: number;
1714
1715
  textStyle: {
@@ -1718,7 +1719,7 @@ export declare const EChartsUtilsAll: {
1718
1719
  bottom?: undefined;
1719
1720
  } | {
1720
1721
  show: boolean;
1721
- text: string;
1722
+ text: any;
1722
1723
  left: string;
1723
1724
  bottom: number;
1724
1725
  textStyle: {
@@ -1745,7 +1746,7 @@ export declare const EChartsUtilsAll: {
1745
1746
  };
1746
1747
  yAxis: {
1747
1748
  type: string;
1748
- name: string;
1749
+ name: any;
1749
1750
  nameGap: number;
1750
1751
  nameRotate: number;
1751
1752
  nameLocation: string;
@@ -1796,7 +1797,7 @@ export declare const EChartsUtilsAll: {
1796
1797
  };
1797
1798
  title: {
1798
1799
  show: boolean;
1799
- text: string;
1800
+ text: any;
1800
1801
  left: string;
1801
1802
  top: number;
1802
1803
  textStyle: {
@@ -1827,7 +1828,7 @@ export declare const EChartsUtilsAll: {
1827
1828
  };
1828
1829
  yAxis: {
1829
1830
  type: string;
1830
- name: string;
1831
+ name: any;
1831
1832
  nameGap: number;
1832
1833
  nameRotate: number;
1833
1834
  nameLocation: string;
@@ -1880,7 +1881,7 @@ export declare const EChartsUtilsAll: {
1880
1881
  };
1881
1882
  title: ({
1882
1883
  show: boolean;
1883
- text: string;
1884
+ text: any;
1884
1885
  left: string;
1885
1886
  top: number;
1886
1887
  textStyle: {
@@ -1890,7 +1891,7 @@ export declare const EChartsUtilsAll: {
1890
1891
  bottom?: undefined;
1891
1892
  } | {
1892
1893
  show: boolean;
1893
- text: string;
1894
+ text: any;
1894
1895
  left: string;
1895
1896
  bottom: number;
1896
1897
  textStyle: {
@@ -1915,7 +1916,7 @@ export declare const EChartsUtilsAll: {
1915
1916
  };
1916
1917
  yAxis: {
1917
1918
  type: string;
1918
- name: string;
1919
+ name: any;
1919
1920
  nameGap: number;
1920
1921
  nameRotate: number;
1921
1922
  nameLocation: string;
@@ -1968,7 +1969,7 @@ export declare const EChartsUtilsAll: {
1968
1969
  };
1969
1970
  title: {
1970
1971
  show: boolean;
1971
- text: string;
1972
+ text: any;
1972
1973
  left: string;
1973
1974
  top: number;
1974
1975
  textStyle: {
@@ -2003,7 +2004,7 @@ export declare const EChartsUtilsAll: {
2003
2004
  };
2004
2005
  yAxis: {
2005
2006
  type: string;
2006
- name: string;
2007
+ name: any;
2007
2008
  nameGap: number;
2008
2009
  nameRotate: number;
2009
2010
  nameLocation: string;
@@ -2056,7 +2057,7 @@ export declare const EChartsUtilsAll: {
2056
2057
  };
2057
2058
  title: {
2058
2059
  show: boolean;
2059
- text: string;
2060
+ text: any;
2060
2061
  left: string;
2061
2062
  top: number;
2062
2063
  textStyle: {
@@ -2096,7 +2097,7 @@ export declare const EChartsUtilsAll: {
2096
2097
  };
2097
2098
  yAxis: ({
2098
2099
  type: string;
2099
- name: string;
2100
+ name: any;
2100
2101
  nameGap: number;
2101
2102
  nameRotate: number;
2102
2103
  nameLocation: string;
@@ -2171,7 +2172,7 @@ export declare const EChartsUtilsAll: {
2171
2172
  bottom?: undefined;
2172
2173
  } | {
2173
2174
  show: boolean;
2174
- text: string;
2175
+ text: any;
2175
2176
  left: string;
2176
2177
  bottom: number;
2177
2178
  textStyle: {
@@ -2201,7 +2202,7 @@ export declare const EChartsUtilsAll: {
2201
2202
  };
2202
2203
  yAxis: {
2203
2204
  type: string;
2204
- name: string;
2205
+ name: any;
2205
2206
  nameGap: number;
2206
2207
  nameRotate: number;
2207
2208
  nameLocation: string;
@@ -2252,7 +2253,7 @@ export declare const EChartsUtilsAll: {
2252
2253
  };
2253
2254
  title: ({
2254
2255
  show: boolean;
2255
- text: string;
2256
+ text: any;
2256
2257
  left: string;
2257
2258
  top: number;
2258
2259
  textStyle: {
@@ -2262,7 +2263,7 @@ export declare const EChartsUtilsAll: {
2262
2263
  bottom?: undefined;
2263
2264
  } | {
2264
2265
  show: boolean;
2265
- text: string;
2266
+ text: any;
2266
2267
  left: string;
2267
2268
  bottom: number;
2268
2269
  textStyle: {
@@ -2296,7 +2297,7 @@ export declare const EChartsUtilsAll: {
2296
2297
  };
2297
2298
  yAxis: {
2298
2299
  type: string;
2299
- name: string;
2300
+ name: any;
2300
2301
  nameGap: number;
2301
2302
  nameRotate: number;
2302
2303
  nameLocation: string;
@@ -2494,7 +2495,7 @@ export declare const EChartsUtilsAll: {
2494
2495
  chart390: (config: EChartsUtilsConfigModel, xDataArr: Array<Array<any>>, yDataArr: Array<Array<any>>) => {
2495
2496
  title: ({
2496
2497
  show: boolean;
2497
- text: string;
2498
+ text: any;
2498
2499
  left: string;
2499
2500
  top: number;
2500
2501
  textStyle: {
@@ -2504,7 +2505,7 @@ export declare const EChartsUtilsAll: {
2504
2505
  bottom?: undefined;
2505
2506
  } | {
2506
2507
  show: boolean;
2507
- text: string;
2508
+ text: any;
2508
2509
  left: string;
2509
2510
  bottom: number;
2510
2511
  textStyle: {
@@ -2536,7 +2537,7 @@ export declare const EChartsUtilsAll: {
2536
2537
  };
2537
2538
  yAxis: {
2538
2539
  type: string;
2539
- name: string;
2540
+ name: any;
2540
2541
  nameGap: number;
2541
2542
  nameRotate: number;
2542
2543
  nameLocation: string;
@@ -2569,7 +2570,7 @@ export declare const EChartsUtilsAll: {
2569
2570
  };
2570
2571
  title: ({
2571
2572
  show: boolean;
2572
- text: string;
2573
+ text: any;
2573
2574
  left: string;
2574
2575
  top: number;
2575
2576
  textStyle: {
@@ -2579,7 +2580,7 @@ export declare const EChartsUtilsAll: {
2579
2580
  bottom?: undefined;
2580
2581
  } | {
2581
2582
  show: boolean;
2582
- text: string;
2583
+ text: any;
2583
2584
  left: string;
2584
2585
  bottom: number;
2585
2586
  textStyle: {
@@ -2608,7 +2609,7 @@ export declare const EChartsUtilsAll: {
2608
2609
  };
2609
2610
  yAxis: {
2610
2611
  type: string;
2611
- name: string;
2612
+ name: any;
2612
2613
  nameGap: number;
2613
2614
  nameRotate: number;
2614
2615
  nameLocation: string;
@@ -2658,7 +2659,7 @@ export declare const EChartsUtilsAll: {
2658
2659
  chart430: (config: EChartsUtilsConfigModel, xDataArr: Array<Array<any>>, yDataArr: Array<Array<any>>, sheet: any) => {
2659
2660
  title: ({
2660
2661
  show: boolean;
2661
- text: string;
2662
+ text: any;
2662
2663
  left: string;
2663
2664
  top: number;
2664
2665
  textStyle: {
@@ -2668,7 +2669,7 @@ export declare const EChartsUtilsAll: {
2668
2669
  bottom?: undefined;
2669
2670
  } | {
2670
2671
  show: boolean;
2671
- text: string;
2672
+ text: any;
2672
2673
  left: string;
2673
2674
  bottom: number;
2674
2675
  textStyle: {
@@ -2696,7 +2697,7 @@ export declare const EChartsUtilsAll: {
2696
2697
  };
2697
2698
  yAxis: {
2698
2699
  type: string;
2699
- name: string;
2700
+ name: any;
2700
2701
  nameGap: number;
2701
2702
  nameRotate: number;
2702
2703
  nameLocation: string;
@@ -2753,7 +2754,7 @@ export declare const EChartsUtilsAll: {
2753
2754
  chart450: (config: EChartsUtilsConfigModel, xDataArr: Array<Array<any>>, yDataArr: Array<Array<any>>) => {
2754
2755
  title: ({
2755
2756
  show: boolean;
2756
- text: string;
2757
+ text: any;
2757
2758
  left: string;
2758
2759
  top: number;
2759
2760
  textStyle: {
@@ -2763,7 +2764,7 @@ export declare const EChartsUtilsAll: {
2763
2764
  bottom?: undefined;
2764
2765
  } | {
2765
2766
  show: boolean;
2766
- text: string;
2767
+ text: any;
2767
2768
  left: string;
2768
2769
  bottom: number;
2769
2770
  textStyle: {
@@ -2784,7 +2785,7 @@ export declare const EChartsUtilsAll: {
2784
2785
  formatter: (params: any) => string;
2785
2786
  };
2786
2787
  xAxis: {
2787
- name: string;
2788
+ name: any;
2788
2789
  nameLocation: string;
2789
2790
  nameGap: number;
2790
2791
  nameTextStyle: {
@@ -2802,7 +2803,7 @@ export declare const EChartsUtilsAll: {
2802
2803
  };
2803
2804
  };
2804
2805
  yAxis: {
2805
- name: string;
2806
+ name: any;
2806
2807
  nameGap: number;
2807
2808
  nameRotate: number;
2808
2809
  nameLocation: string;
@@ -2849,7 +2850,7 @@ export declare const EChartsUtilsAll: {
2849
2850
  chart470: (config: EChartsUtilsConfigModel, xDataArr: Array<Array<any>>, yDataArr: Array<Array<any>>, sheet: any) => {
2850
2851
  title: ({
2851
2852
  show: boolean;
2852
- text: string;
2853
+ text: any;
2853
2854
  left: string;
2854
2855
  top: number;
2855
2856
  textStyle: {
@@ -2859,7 +2860,7 @@ export declare const EChartsUtilsAll: {
2859
2860
  bottom?: undefined;
2860
2861
  } | {
2861
2862
  show: boolean;
2862
- text: string;
2863
+ text: any;
2863
2864
  left: string;
2864
2865
  bottom: number;
2865
2866
  textStyle: {
@@ -2880,7 +2881,7 @@ export declare const EChartsUtilsAll: {
2880
2881
  containLabel: boolean;
2881
2882
  };
2882
2883
  xAxis: {
2883
- name: string;
2884
+ name: any;
2884
2885
  nameLocation: string;
2885
2886
  nameGap: number;
2886
2887
  nameTextStyle: {
@@ -2919,7 +2920,7 @@ export declare const EChartsUtilsAll: {
2919
2920
  };
2920
2921
  yAxis: {
2921
2922
  type: string;
2922
- name: string;
2923
+ name: any;
2923
2924
  nameLocation: string;
2924
2925
  nameGap: number;
2925
2926
  nameTextStyle: {
@@ -2998,7 +2999,7 @@ export declare const EChartsUtilsAll: {
2998
2999
  chart490: (config: EChartsUtilsConfigModel, xDataArr: Array<Array<any>>, yDataArr: Array<Array<any>>, sheet: any) => {
2999
3000
  title: ({
3000
3001
  show: boolean;
3001
- text: string;
3002
+ text: any;
3002
3003
  left: string;
3003
3004
  top: number;
3004
3005
  textStyle: {
@@ -3008,7 +3009,7 @@ export declare const EChartsUtilsAll: {
3008
3009
  bottom?: undefined;
3009
3010
  } | {
3010
3011
  show: boolean;
3011
- text: string;
3012
+ text: any;
3012
3013
  left: string;
3013
3014
  bottom: number;
3014
3015
  textStyle: {
@@ -3026,12 +3027,12 @@ export declare const EChartsUtilsAll: {
3026
3027
  };
3027
3028
  xAxis: {
3028
3029
  type: string;
3029
- name: string;
3030
+ name: any;
3030
3031
  min: number;
3031
3032
  };
3032
3033
  yAxis: {
3033
3034
  type: string;
3034
- name: string;
3035
+ name: any;
3035
3036
  nameLocation: string;
3036
3037
  nameGap: number;
3037
3038
  logBase: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapid-spreadjs",
3
- "version": "1.0.110",
3
+ "version": "1.0.112",
4
4
  "description": "SpreadJS常用公用处理函数,包括设计器、工作簿和工作表的相关处理函数。",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",