fix adding of plots
This commit is contained in:
@@ -12,11 +12,15 @@
|
||||
width: 602px;
|
||||
height: 402px;
|
||||
}
|
||||
.size-small {
|
||||
width: 402px;
|
||||
height: 302px;
|
||||
}
|
||||
img {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
</style>
|
||||
<div class="dashboard-card" [ngClass]="{'size-medium' : data.widget.size=='MEDIUM'}">
|
||||
<div class="dashboard-card" [ngClass]="{'size-medium' : true}">
|
||||
<mat-spinner *ngIf="!hasRender('main') && !isError"></mat-spinner>
|
||||
<img *ngIf="hasRender('main')" [src]="getImageUrl('main')" (click)="showFullScreenImage()" />
|
||||
<div *ngIf="isError">
|
||||
|
||||
Reference in New Issue
Block a user