Change future entries in heat map to be empty
This commit is contained in:
parent
8232a14518
commit
38744c81c5
3 changed files with 13 additions and 1 deletions
|
@ -15,3 +15,9 @@
|
|||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.heatmap-element .cal-heatmap-container svg .highlight {
|
||||
fill: white;
|
||||
stroke: #eee;
|
||||
stroke-dasharray: 2;
|
||||
}
|
Reference in a new issue