Bloggify / github-calendar

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

Tooltips not working? #118

Closed 1990eam closed 4 years ago

1990eam commented 4 years ago

I got the calendar working and am passing the following arguments:

new GitHubCalendar(".calendar", "1990eam", {

    responsive: true,
    tooltips: true
});

The calendar is responsive but the tooltips don't work.

Any suggestions? There are no errors in the console.

IonicaBizau commented 4 years ago

Can you link a live demo?

1990eam commented 4 years ago

Can you link a live demo?

Hello. Yes of course, here .

Thanks.

IonicaBizau commented 4 years ago

I think you simply use an old version of the library. Do not use cdn.rawgit.com anymore because it is deprecated.

Use this url instead: https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js.

1990eam commented 4 years ago

Thanks, that worked.