Skip to content

Commit acad68f

Browse files
committed
Sample updated.
1 parent c3bdfbf commit acad68f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
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"

src/app/multiple-pivot-chart-exporting/multiple-pivotchart-exporting.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)