render gallery items

This commit is contained in:
2019-11-16 15:14:21 +01:00
parent 3022edb1e1
commit 73ea635ac1
11 changed files with 220 additions and 19 deletions

View File

@@ -156,6 +156,10 @@ export class PlotRequest {
yRangeUnit : string;
keyOutside : boolean = false;
generateThumbnail : boolean;
copy(): PlotRequest {
return JSON.parse(JSON.stringify(this));
}
}
export class PlotResponse {