react-calendar-heatmap icon indicating copy to clipboard operation
react-calendar-heatmap copied to clipboard

Start date missing from rendering

Open ubbn opened this issue 4 years ago • 4 comments
trafficstars

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.

ubbn avatar Jun 27 '21 07:06 ubbn

hi, I am experience the same problem. Could you find any solution?

erdemontas avatar Feb 05 '22 19:02 erdemontas

You can write the day before the start time,e.g. 2021-04-30 to 2021-06-30 @ubbn

redshade avatar Sep 21 '22 09:09 redshade

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

Kim716 avatar Nov 29 '23 08:11 Kim716

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.

kojocrash avatar Mar 07 '24 20:03 kojocrash