@@ -461,7 +461,7 @@ declare module 'excelize-wasm' {
461
461
*/
462
462
export type ChartUpDownBar = {
463
463
Fill ?: Fill ;
464
- Border ?: ChartLine ;
464
+ Border ?: ChartLine ;
465
465
} ;
466
466
467
467
/**
@@ -479,7 +479,7 @@ declare module 'excelize-wasm' {
479
479
ShowVal ?: boolean ;
480
480
Fill ?: Fill ;
481
481
UpBars ?: ChartUpDownBar ;
482
- DownBars ?: ChartUpDownBar ;
482
+ DownBars ?: ChartUpDownBar ;
483
483
NumFmt ?: ChartNumFmt ;
484
484
} ;
485
485
@@ -723,9 +723,9 @@ declare module 'excelize-wasm' {
723
723
*
724
724
* PivotTableStyleName: The built-in pivot table style names
725
725
*
726
- * PivotStyleLight1 - PivotStyleLight28
727
- * PivotStyleMedium1 - PivotStyleMedium28
728
- * PivotStyleDark1 - PivotStyleDark28
726
+ * PivotStyleLight1 - PivotStyleLight28
727
+ * PivotStyleMedium1 - PivotStyleMedium28
728
+ * PivotStyleDark1 - PivotStyleDark28
729
729
*/
730
730
export type PivotTableOptions = {
731
731
DataRange ?: string ;
@@ -764,17 +764,17 @@ declare module 'excelize-wasm' {
764
764
* field. The default value is sum. The possible values for this attribute
765
765
* are:
766
766
*
767
- * Average
768
- * Count
769
- * CountNums
770
- * Max
771
- * Min
772
- * Product
773
- * StdDev
774
- * StdDevp
775
- * Sum
776
- * Var
777
- * Varp
767
+ * Average
768
+ * Count
769
+ * CountNums
770
+ * Max
771
+ * Min
772
+ * Product
773
+ * StdDev
774
+ * StdDevp
775
+ * Sum
776
+ * Var
777
+ * Varp
778
778
*
779
779
* NumFmt specifies the number format ID of the data field, this filed only
780
780
* accepts built-in number format ID and does not support custom number format
@@ -984,7 +984,7 @@ declare module 'excelize-wasm' {
984
984
BlackAndWhite ?: boolean ;
985
985
// PageOrder specifies the ordering of multiple pages. Values accepted:
986
986
// overThenDown and downThenOver
987
- PageOrder ?: string ;
987
+ PageOrder ?: string ;
988
988
} ;
989
989
990
990
/**
@@ -4025,6 +4025,7 @@ declare module 'excelize-wasm' {
4025
4025
Contour : typeof ChartType . Contour ;
4026
4026
WireframeContour : typeof ChartType . WireframeContour ;
4027
4027
Bubble : typeof ChartType . Bubble ;
4028
+ Bubble3D : typeof ChartType . Bubble3D ;
4028
4029
StockHighLowClose : typeof ChartType . StockHighLowClose ;
4029
4030
StockOpenHighLowClose : typeof ChartType . StockOpenHighLowClose ;
4030
4031
ChartDashUnset : typeof ChartDashType . ChartDashUnset ;
0 commit comments