You are on page 1of 1

working charts

1.pie
2.doughnut
3.line
4.bar
5.area

not working chart


1.bubble
2.polar area
3.scatter

generic charts variable


no data found in loader
search filter on right

error on server page


filename error ciq dashboard
initial status as not ready
(ciqprogress.html-397:50) cannot read length
ciq details ts 205, calculatePercentage

<tr class="mat-row" *matNoDataRow>


<td class="mat-cell" *ngIf="workloadDataSource &&
workloadDataSource.data.length === 0" colspan="7">
<div class="error-page"
*ngIf="workloadDataSource && workloadDataSource.data.length === 0">
<div class="error-content">
<h3><em class="fas fa-exclamation-
triangle"></em> No records found.</h3>
<p> No Resources data available.</p>
</div>
</div>
</td>
</tr>

if(this.workloadData){
this.clusterDropdownData = Array.from(this.workloadData.reduce((m, t) =>
m.set(t.targetCluster.name, t.targetCluster.name), new Map()).values());
+ }

You might also like