Bloggify/github-calendar

Tooltips not working?

Closed this issue · 4 comments

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.

Can you link a live demo?

Can you link a live demo?

Hello. Yes of course, here .

Thanks.

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.

Thanks, that worked.