Bloggify / github-calendar

:bar_chart: Embed your GitHub calendar everywhere.
https://bloggify.github.io/github-calendar/example/
MIT License
1.22k stars 213 forks source link

Tooltip Display Issue: Incorrect Class for Mouseenter Event #180

Open hardik-143 opened 5 months ago

hardik-143 commented 5 months ago

Currently, tooltips are not displaying as intended due to the use of the incorrect class for the mouseenter event on GitHub's contribution calendar. Instead of the expected class "js-calendar-graph-svg," the correct class should be "js-calendar-graph-table." This discrepancy is preventing the tooltips from appearing as expected when hovering over specific days on the calendar. Rectifying this issue by utilizing the correct class will ensure that tooltips are displayed accurately, enhancing the user experience on GitHub's contribution calendar feature.