Richardsl / heatmap-calendar-obsidian

An Obsidian plugin for displaying data in a calendar similar to the github activity calendar
Apache License 2.0
609 stars 101 forks source link

The latest Obsidian 1.6.3 update #128

Open Shuricus opened 2 months ago

Shuricus commented 2 months ago

After the latest Obsidian 1.6.3 update, it doesn't show heatmaps, but it doesn't give an error either.

snowfield516 commented 2 months ago

Yes, the heatmap shows nothing. image

ZhaoZhikangHub commented 2 months ago

Yes, I have the same issue Snipaste_2024-06-13_10-57-22

DanielSRojo commented 2 months ago

Exactly same issue over here. I reviewed console output, but I did not see anything relevant. image

Emindu commented 2 months ago

I have same issue. image

SergioAlias commented 2 months ago

It looks like a generalized issue, same problem here. I'm not posting another screenshot but it only shows a tiny line for the current day.

spannercodes commented 2 months ago

Fixed this for myself by adding the following CSS to .obsidian/plugins/heatmap-calendar/styles.css in my vault:

.heatmap-calendar-boxes>li {
  width: 100%;
}
SergioAlias commented 2 months ago

Fixed this for myself by adding the following CSS to .obsidian/plugins/heatmap-calendar/styles.css in my vault:

.heatmap-calendar-boxes>li {
  width: 100%;
}

Worked like a charm for me. Many thanks!

magnatom commented 2 months ago

Lol I though I had been doing something wrong.

anandbhaskaran commented 1 month ago

As this is one of the plugins that is used, let's aim to fix it soon. It is a pity that the plugin is in broken state for a while now

Richardsl commented 1 month ago

released new version with fix, please update and check if it fixes the issue

bangsluke commented 1 month ago

Yep - just updated to version 0.7.1 and working perfectly - thanks Richardsl!

fetwar commented 1 month ago

Can confirm, after upgrading to 0.7.1 the issue is resolved