Auto generated Heat map Calendar

Hi everyone,

At work, I was asked to make a heat map calendar to visualize the data on dash plotly so I did some research and found out that plotly figure factory module works for dash.
I made this dynamic Heat map Calendat with hovering annotation feature. The calendar itself uses Calendar module so users can vary the calendar by simply changing the year and month.

I will paste the code here.
Screenshot

Code

Let me know if I made any mistakes or if you have any questions.

2 Likes

Thx! This example is exactly what I need now.

2 Likes

ooh man! thanks for sharing such a informative information thats what i wanted to know.
with regards
miles smith
hakinator.ooo xender.vip

Also see Colored calendar heatmap in dash

thanks for the code…now i set xgap and ygap and get gridlines in the image how to remove or hide those lines.