Components

Heatmap

A GitHub-style contributions heatmap of colour-graded daily counts.

php artisan blatui:add heatmap
Less More
<x-ui.heatmap />

Compact

Less More
<x-ui.heatmap :data="[
    0, 1, 0, 2, 4, 1, 0,
    2, 3, 1, 0, 5, 2, 1,
    4, 0, 2, 3, 6, 1, 0,
    1, 2, 0, 4, 3, 0, 1,
    0, 5, 2, 1, 4, 2, 0,
    3, 1, 0, 2, 6, 1, 0,
]" />