File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/app/multiple-pivot-chart-exporting Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 "@angular/platform-browser" : " ^15.1.0" ,
1919 "@angular/platform-browser-dynamic" : " ^15.1.0" ,
2020 "@angular/router" : " ^15.1.0" ,
21- "@syncfusion/ej2-angular-grids" : " ^23 .1.44 " ,
22- "@syncfusion/ej2-angular-pivotview" : " ^23 .1.44 " ,
21+ "@syncfusion/ej2-angular-grids" : " ^26 .1.35 " ,
22+ "@syncfusion/ej2-angular-pivotview" : " ^26 .1.35 " ,
2323 "rxjs" : " ~7.8.0" ,
2424 "tslib" : " ^2.3.0" ,
2525 "zone.js" : " ~0.12.0"
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ export class MultiplePivotChartExportingComponent implements OnInit {
2020 public button : Button ;
2121 public firstChartPdfExport : Promise < Object > ;
2222
23- @ViewChild ( 'pivotchart ' , { static : false } )
23+ @ViewChild ( 'pivotview ' , { static : false } )
2424 public pivotChartObj : PivotView ;
2525
26- @ViewChild ( 'pivotchart1 ' )
26+ @ViewChild ( 'pivotview1 ' )
2727 public pivotChartObj1 : PivotView ;
2828
2929 load ( ) {
You can’t perform that action at this time.
0 commit comments