All files / src/app/components/calendar-heatmap calendar-heatmap.component.html

63.63% Statements 7/11
100% Branches 0/0
0% Functions 0/1
100% Lines 2/2

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 410986x   21972x  
<div *ngIf="!error" echarts [options]="options" [loading]="isLoading" [merge]="updateOptions" class="activity-chart" (chartClick)="onChartClick($event)"></div>
 
<app-error *ngIf="error" [error]="error"></app-error>