Fix calendar day position
This commit is contained in:
parent
aed4270f74
commit
823368b334
1 changed files with 2 additions and 2 deletions
|
@ -188,11 +188,11 @@ export default class ActivityCalendar {
|
|||
},
|
||||
{
|
||||
text: 'W',
|
||||
y: 29 + this.dayYPos(2),
|
||||
y: 29 + this.dayYPos(3),
|
||||
},
|
||||
{
|
||||
text: 'F',
|
||||
y: 29 + this.dayYPos(3),
|
||||
y: 29 + this.dayYPos(5),
|
||||
},
|
||||
];
|
||||
this.svg
|
||||
|
|
Loading…
Reference in a new issue