-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error mousing over days #18
Comments
Hi Adam, could you check the version of
If that does not fix it please share a link to your project, I'll be happy to look into the issue. |
Greetings, I'm using both latest: I tried downgrading moment versions, which didn't seem to make any difference. I can't downgrade d3 as I'm dependent on what looks like a reorganization of the exports. It would be amazing if you could dig in! I'm only passing in a sessions array, which does render the calendar properly. Is there a way to pass in a height and width? I'd be happy to sponsor some development here to get this sorted out as this looks like exactly what I want in my app. Thanks again! |
Unfortunately D3 made some changes in later versions that are not backwards compatible. I can take a look at updating the library to support the latest version of d3 - no idea how big that update would be, it will have to be a major version bump. If you want me to add width and height as props for the current version - we can do that in a separate issue, thanks! |
It would be fantastic if you were able to upgrade it to work with the latest package versions, and then add the height/width props :) |
Hey @g1eb, love this heat map. Any plans to upgrade to latest versions? |
same errors for me.. what version of d3 should we be using? |
I was able to resolve this issue by using
|
Cool library, I want to use it, but I'm getting some errors:
Was also curious of there was any chance to pass through some props to set the height and width?
Thanks!
The text was updated successfully, but these errors were encountered: