Skip to content
Statistics Medium #calendar-heatmap#github-style#time-series

Calendar Heatmap

A year viewed as a grid of daily cells colored by value. The GitHub-contributions look.

A free, animated calendar heatmap you can read here or embed on any website, from Scrollchart.

Calendar Heatmap

Daily Activity

A calendar heatmap lays out an entire year as a grid of small squares: seven rows (one per weekday) by up to 53 columns (one per week). Each cell is shaded by the value recorded on that day. A blank or near-white cell means the value was zero or absent; the darkest shade marks the highest recorded value. The layout lets the eye scan seasonal rhythms, weekly cycles, and isolated spikes in a single glance.

Common applications include commit frequency (the GitHub activity graph), daily step counts, server error rates, and training-volume logs. A cell at the intersection of row "Wed" and column 22 represents the third Wednesday of June; hovering or clicking typically reveals the exact date and value.

Good for

  • Articles in the statistics category
  • Editorial pages where a quick visual replaces a wall of text
  • Content-marketing posts that need a clean, branded illustration

Source & accuracy

This calendar heatmap is an editorial illustration built to represent the concept accurately. Where it shows figures, they are typical or representative values chosen to make the relationship clear, not a single underlying dataset. The diagram and its explainer are reviewed and maintained centrally, and updated over time as understanding improves.

How a calendar heatmap encodes data

A calendar heatmap maps one value per day onto a grid of small squares, with seven rows for the days of the week and up to 53 columns for the weeks of the year. Each square is shaded along a single colour ramp: an empty or near-white cell marks a day with no activity, and the most saturated cell marks the highest recorded value. Because every day occupies a fixed position, the format turns a long sequence of daily numbers into a single dense picture.

The encoding is deliberately simple. Only colour intensity carries the value, so the reader compares shades rather than reading numbers. This makes the chart fast to scan but imprecise: it is built to reveal patterns, not exact figures, which is why most implementations show the precise value on hover.

What patterns it reveals

Three structures stand out at a glance. Weekly cycles appear as horizontal banding, for example a clear gap on Saturday and Sunday rows for a work-driven metric. Seasonal trends appear as the grid darkening or lightening left to right across the year. Isolated spikes appear as single dark cells against a pale field, flagging an unusual day worth investigating.

Common uses

The format was popularised by the GitHub contributions graph and is now widely used for activity logging: code commits, daily step counts, training volume, website publishing cadence, and support ticket load. It also suits operational monitoring such as server error rates or daily sales, anywhere a year of one-value-per-day data benefits from a compact, at-a-glance view.

Embed this diagram

Add this animated calendar heatmap to your own site. Copy one line of HTML, or use the embed builder for theme and sizing options.

Reference

What this is
A free, embeddable, animated calendar heatmap for any website.
Who uses it
Data journalists, Researchers & academics, Content marketers, News organizations.
How to embed
Copy one line of HTML. No signup. No watermark. Works in WordPress, Webflow, Ghost, Substack, plain HTML.
File size
iframe embed, ~80 KB gzipped (loads on demand, does not block your page paint).
License
Free forever. Editorial explainer text included; updated centrally over time.

Embed format options

Copy the universal HTML snippet, the WordPress shortcode, or an iframe fallback - see the WordPress plugin page for details. Any format keeps the same Core Web Vitals profile and the same explainer text.

Embed snippet
<div data-scrollchart="calendar-heatmap" data-scrollchart-v="1"></div>
<script src="https://scrollchart.com/embed.js" async></script>

Frequently asked questions

Where can I get a free animated "Calendar Heatmap" for my website?
Scrollchart provides "Calendar Heatmap" as a free, embeddable animated diagram you can add to any website with one line of HTML. No signup is required and there is no watermark. The diagram and its explainer text are served from scrollchart.com, so the embed stays current without any maintenance on your end.
How do I embed a calendar heatmap in a blog post or article?
Paste the one-line HTML snippet from the Scrollchart diagram page into your post editor. It works in WordPress, Webflow, Ghost, and plain HTML with no plugin required. The animated diagram and its explainer text load from scrollchart.com and render directly in your page DOM.