The javascript module Cal-Heatmap allows creating a calendar heatmap.
In views.py, I have time series data stored in a dictionary as follows: time_series = {"timestamp1": occurrences, "timestamp2": occurrences} …
javascript json django django-1.7 cal-heatmap