remove old way of rendering images
This commit is contained in:
@@ -77,12 +77,6 @@ export class DashboardComponent implements OnInit {
|
||||
const fullHeight = window.innerHeight-30;
|
||||
|
||||
const request = new PlotRequest(
|
||||
height,
|
||||
width,
|
||||
600, // thumbnailMaxWidth
|
||||
500, // thumbnailMaxHeight
|
||||
false, // keyOutside
|
||||
false, // generateThumbnail
|
||||
(<any>window).submitterId+crypto.randomUUID(),
|
||||
plotWidget.config,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user