-
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
Trouble to display data in the year mode #12
Comments
The default view in the demo is the year overview. Can you share the changes you've made to the source? Maybe you could fork the project and share the link? |
Thanks for sharing the screenshot, the formatted data looks correct.. although I can't see what |
sorry about the delay, were you able to get it to work correctly? Let me know if there's a way I can help, I'd appreciate a fork with your data/ or a simple js-fiddle with an example where you get that buggy behavior. |
Thanks, let me know! In the meantime, I'd love to help if you could provide other examples (that I could copy/paste) or what's even better - a link to a cloned fork of the project or something similar I could download and reproduce this issue. |
Hey @StrockBecca, even I'm not able to display the year data, can someone provide me with some sample data to test with, I tried the one in the documentation but it doesn't work:-< |
Hi @Deveshb15 - let me try to help you get some data for testing. In our demo we generate random data for the visualization using this method: https://github.com/g1eb/reactjs-calendar-heatmap/blob/master/index.html#L29
Could you try running the above snippet and see if the generated data works for you? |
Hi did you manage to get this to work? I'm facing the same issue and I am not sure what to do as I'm new using react I can get the example to work but if I send json data I can't seem to get it right. in the decade/ years view the heatmap disappears
}
}
|
Hi, sorry but no, I can't remember exactly what the problem was back then but I think it had something to do between react and the type of my data that were just incompatible with this so I decided to drop this and code something else. |
Hi,
I really like your chart and wanted to reuse it. I just have a problem when I put
overview={'year'}
. The data aren't displayed when the page is done loading, I have to go on global mode before going back to the year one in order for my data to be displayed. I didn't have the problem when I tried to putoverview={'day'}
oroverview={'global'}
. But I really wished to be able to display the year mode first.thanks :)
The text was updated successfully, but these errors were encountered: