Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start date missing from rendering #158

Open
ubbn opened this issue Jun 27, 2021 · 4 comments
Open

Start date missing from rendering #158

ubbn opened this issue Jun 27, 2021 · 4 comments

Comments

@ubbn
Copy link

ubbn commented Jun 27, 2021

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.

@erdemontas
Copy link

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

@redshade
Copy link

redshade commented Sep 21, 2022

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

@Kim716
Copy link

Kim716 commented Nov 29, 2023

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

@kojocrash
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants