How to change the order of days ? It is possible by setting daysToShow to `[1,2,3,4,5,6,0]` to begin with monday. But then I saw that it destroys the order for the example below by setting the jan. 2nd 2022 after the 8th 😭.
fullExtent was going from the "floor" of the year for the smallest date to the "ceil" of the largest. However when all the dates are 1st Jan the ceil was the same day instead of a year later. So I changed it to the floor of the largest date, offset by one year.
What would you suggest we change re: pointer-events-none? Currently the hover behavior is on the rect, and the text shouldn't get in the way since it's always set to pointer-events:none.
Sorry it doesn't work. I've tried several things and it's always ugly when we flip the text color. Maybe we should instead use a background color palette that doesn't go to the lightest colors.