react-calendar-heatmap
react-calendar-heatmap copied to clipboard
Start date missing from rendering
I tried to render data from range, i.e. from 2021-05-01 to 2021-06-30. However, start date, 2021-05-01, is missed to being rendered even though it has data. Has anyone experienced the same? Nice library, but this and other few bugs linger.
hi, I am experience the same problem. Could you find any solution?
You can write the day before the start time,e.g. 2021-04-30 to 2021-06-30 @ubbn
hi, I have experienced the same problem, and I use numDays prop to solve
here is the description about numDays in node_modules/react-calendar-heatmap/dist/react-calendar-heatmap.esm.js
numDays: propTypes.number,
// number of days back from endDate to show
I am having the same problem; this library doesn't handle timezones well at all. I used numDays, but still had problems with timezones that have daylight saving.