文件名称:calendarheatmap:受Github贡献活动启发的日历热图
文件大小:468KB
文件格式:ZIP
更新时间:2024-02-25 18:18:15
go data-visualization DatavisualizationGo
受Github贡献活动启发,日历热图的自包含,纯Go实现。 $ go build $ echo '{ "2020-05-16": 8, "2020-05-17": 13, "2020-05-18": 5, "2020-05-19": 8, "2020-05-20": 5 }' | ./calendarheatmap > chart.png 基本的 色标 UTF-8 SVG 无月分隔符 没有标签 无标签,无分隔符
【文件预览】:
calendarheatmap-master
----.github()
--------workflows()
----charts()
--------testdata()
--------templates.go(867B)
--------labels.go(2KB)
--------assets()
--------dayiter_test.go(2KB)
--------svg.go(2KB)
--------dayiter.go(2KB)
--------svg_test.go(2KB)
--------utils.go(1KB)
--------charts_test.go(6KB)
--------charts.go(6KB)
----colorscales()
--------colorscales9.go(1KB)
--------colorscales.go(450B)
----LICENSE(1KB)
----main.go(1KB)
----.gitignore(269B)
----go.sum(364B)
----README.md(1KB)
----go.mod(120B)