diff --git a/src/app/features/noah-playground/components/map-playground/map-playground.component.ts b/src/app/features/noah-playground/components/map-playground/map-playground.component.ts index 3f48694a..4eaca9c5 100644 --- a/src/app/features/noah-playground/components/map-playground/map-playground.component.ts +++ b/src/app/features/noah-playground/components/map-playground/map-playground.component.ts @@ -636,7 +636,7 @@ export class MapPlaygroundComponent implements OnInit, OnDestroy { }); } else if (devs) { this.exportChart({ - type: 'application/pdf', + type: 'application/csv', }); } else if (loggedIn) { _this.modalService.warningPopup(); @@ -669,7 +669,7 @@ export class MapPlaygroundComponent implements OnInit, OnDestroy { }); } else if (devs) { this.exportChart({ - type: 'application/pdf', + type: 'print', }); } else if (loggedIn) { _this.modalService.warningPopup(); @@ -702,7 +702,7 @@ export class MapPlaygroundComponent implements OnInit, OnDestroy { }); } else if (devs) { this.exportChart({ - type: 'application/pdf', + type: 'image/jpeg', }); } else if (loggedIn) { _this.modalService.warningPopup();