Popularity
6.0
Stable
Activity
6.4
-
386
9
17

Programming language: Go
License: MIT License
Latest version: v1.4.0

calendarheatmap alternatives and similar packages

Based on the "Science and Data Analysis" category.
Alternatively, view calendarheatmap alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of calendarheatmap or a related project?

Add another 'Science and Data Analysis' Package

README

Go Report Card Go Reference codecov Tests Awesome

Self-contained, plain Go implementation of calendar heatmap inspired by GitHub contribution activity available via CLI and calendarheatmap.io

$ go install github.com/nikolaydubina/calendarheatmap@latest 
$ echo '{
    "2020-05-16": 8,
    "2020-05-17": 13,
    "2020-05-18": 5,
    "2020-05-19": 8,
    "2020-05-20": 5
}' | calendarheatmap > chart.png

Basic

[basic](docs/basic.png)

Colorscales

[col1](docs/colorscale-1.png) [col2](docs/colorscale-2.png) [col2](docs/colorscale-3.png)

UTF-8 [col1](docs/korean.png)

SVG

[svg](docs/korean.svg)

Without month separator [nosep](docs/noseparator.png)

Without labels [nolab](docs/nolabels.png)

Without labels, without separator [nosep_nolab](docs/noseparator_nolabels.png)

GitHub stars over time

GitHub stars over time