g1eb / reactjs-calendar-heatmap

React component for d3.js calendar heatmap graph
https://rawgit.com/g1eb/reactjs-calendar-heatmap/master/
MIT License
151 stars 35 forks source link

fix a bug when clicking on item-block-year #35

Closed ktym4a closed 2 years ago

ktym4a commented 2 years ago

As you can see in the demo, when click on item-block-year from the Global view, the date is not received correctly, so the latest year data is always displayed.

so I changed to receive the correct value.

g1eb commented 2 years ago

athankyou