I'd like to leverage @nivo/calendar to display a year's worth of data (every single day of the year). All my dates are within the valid range. If I set the start date to 2016-01-01 (where YYY-MM-DD), I get two year calendars (2015+2016). Setting it to 2016-01-02 fixes the issue (shows only 2016), but then I missing data for the first day of the year. I have a hunch this is some sort of timezone bug. Has anyone run into this issue?
from="2016-01-02" // setting from to 2016-01-01 causes bug where two years are shown instead of one
to="2016-12-31"
You can see the issue here: https://codesandbox.io/s/nivo-calendar-single-year-forked-lemu8i