Skip to content

Commit c769b98

Browse files
committed
Comprehensive Heatmap
1 parent 3aef850 commit c769b98

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed
Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
11
.margin30 {
2-
margin-bottom: 30px;
3-
}
2+
margin-bottom: 30px;
3+
}
44
.axis path,
55
.axis line {
6-
fill: none;
7-
stroke: #000;
8-
shape-rendering: crispEdges;
9-
}
10-
6+
fill: none;
7+
stroke: #000;
8+
shape-rendering: crispEdges;
9+
}
1110

12-
button{
11+
button {
1312
background-color: white;
1413
border: none;
1514
text-align: left;
16-
cursor:pointer;
15+
cursor: pointer;
1716
}
1817

1918
.example-card {
2019
float: right;
21-
width:25%;
22-
margin:5%;
20+
width: 25%;
21+
margin: 5%;
2322
padding: 20px;
2423
}
25-
.downloadButtonClass{
24+
.downloadButtonClass {
2625
position: absolute;
2726
padding: 10px;
2827
bottom: 5%;
2928
right: 5%;
3029
}
31-
.resetButtonClass{
30+
.resetButtonClass {
3231
position: absolute;
3332
padding: 10px;
3433
bottom: 5%;
3534
right: 18%;
36-
}
35+
}

src/app/component/circular-heatmap/circular-heatmap.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<mat-card-content *ngFor="let task of tasksData; index as i">
1212
<div *ngIf="task.ifTaskDone; then trueBlock; else falseBlock"></div>
1313
<p>
14+
<!-- Comprehensive Heat Map -->
1415
<ng-template #trueBlock>
1516
<mat-checkbox
1617
(click)="this.toggleCheckbox(i)"

0 commit comments

Comments
 (0)