Add pdfmake dependency
This commit is contained in:
@ -61,9 +61,15 @@
|
||||
</rb-form-radio>
|
||||
</div>
|
||||
|
||||
<!-- CSV export -->
|
||||
<rb-icon-button icon="forward-right" mode="primary" (click)="exportCSV()" *ngIf="spectrumNames.length">
|
||||
Export to CSV
|
||||
</rb-icon-button>
|
||||
|
||||
<!-- PDF exprot -->
|
||||
<rb-icon-button icon="forward-right" mode="primary" (click)="exportPDF()" *ngIf="spectrumNames.length">
|
||||
Export to PDF
|
||||
</rb-icon-button>
|
||||
</div>
|
||||
|
||||
<div class="dpt-chart space-below">
|
||||
|
Reference in New Issue
Block a user