1
0
mirror of https://github.com/nikolaydubina/calendarheatmap.git synced 2025-01-31 19:09:37 +02:00
calendarheatmap/README.md

15 lines
506 B
Markdown
Raw Normal View History

2020-07-02 03:02:30 +08:00
![goreportcard](https://goreportcard.com/badge/github.com/nikolaydubina/calendarheatmap)
2020-07-02 03:02:18 +08:00
2020-07-02 03:04:05 +08:00
Self-contained, plain Go implementation of calendar heatmap inspired by Github contribution activity.
2020-07-02 03:02:51 +08:00
2020-07-02 02:48:34 +08:00
Colorscales
![PuBu9](example/chart_PuBu9.png)
![GnBu9](example/chart_GnBu9.png)
![YlGn9](example/chart_YlGn9.png)
2020-07-02 02:50:20 +08:00
Without month separator
2020-07-02 02:48:34 +08:00
![PuBu9_noseparator](example/chart_PuBu9_noseparator.png)
2020-07-02 02:51:38 +08:00
You can run it in your Go code or as standalone script.
Check `example/main.go` and `input.txt` for more details.