react-calendar-heatmap
react-calendar-heatmap copied to clipboard
fix: indexing and off by one issues
This should fix the issues below.
closes https://github.com/kevinsqi/react-calendar-heatmap/issues/100 closes https://github.com/kevinsqi/react-calendar-heatmap/issues/112
Any chance you can take a look at this @kevinsqi? It fixes a few significant issues.
hey, really sorry for the delay on this - I'll take a look this week.
Hey @kevinsqi, any update on this? I'm assuming this fixes dates/times when DST is in effect. Like for half of the year it does not work without these changes.
any update on this? Or a link to a maintained fork of this repo? :)
Hey I applied this. but still have problem when I change the weekdaysLabel started from Monday. 2022-01-01 is Saturday but it is rendered on Sunday. It seems like changing weekdaysLabel just changed the weekDays labels, not the way where weekdays rectangles are rendered.