File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function addTooltips(container) {
2020 container . appendChild ( tooltip )
2121
2222 // Add mouse event listener to show & hide tooltip
23- const days = container . querySelectorAll ( "rect.day" )
23+ const days = container . querySelectorAll ( "rect.ContributionCalendar- day" )
2424 days . forEach ( day => {
2525 day . addEventListener ( "mouseenter" , ( e ) => {
2626 let contribCount = e . target . getAttribute ( "data-count" )
Original file line number Diff line number Diff line change 2626 " Francesco Tonini <francescoantoniotonini@gmail.com> (https://francescotonini.it)" ,
2727 " Miroslav Vidovic <miroslav-vidovic@hotmail.com>" ,
2828 " Mike Roibu <mike@codingden.net>" ,
29- " Rohit Rathi <rathirohitg1997@gmail.com> (https://rathirohit.github.io)"
29+ " Rohit Rathi <rathirohitg1997@gmail.com> (https://rathirohit.github.io)" ,
30+ " Wang Pengfei <pengfeixc@sina.com> (https://pengfeixc.com)"
3031 ],
3132 "license" : " MIT" ,
3233 "bugs" : {
You can’t perform that action at this time.
0 commit comments