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

60% Statements 6/10
50% Branches 1/2
0% Functions 0/1
75% Lines 3/4

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

1 2 3 4 5 6 711010x     363x 11010x    
@if (error) {
  <app-error [error]="error"></app-error>
}
@else {
  <div echarts [options]="options" [loading]="isLoading" [merge]="updateOptions" class="activity-chart" (chartClick)="onChartClick($event)"></div>
}