From c396a271d272b993d06cccc6525ee8fda3d60ac4 Mon Sep 17 00:00:00 2001 From: Nikolay Dubina Date: Sat, 4 Jul 2020 11:48:49 +0800 Subject: [PATCH] Added github.com/nikolaydubina/calendarheatmap (#3153) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1ea89ac..65e428a0 100644 --- a/README.md +++ b/README.md @@ -1476,7 +1476,8 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [assocentity](https://github.com/ndabAP/assocentity) - Package assocentity returns the average distance from words to a given entity. * [bradleyterry](https://github.com/seanhagen/bradleyterry) - Provides a Bradley-Terry Model for pairwise comparisons. -* [chart](https://github.com/vdobler/chart) - Simple Chart Plotting library for Go. Supports many graphs types. +* [calendarheatmap](https://github.com/nikolaydubina/calendarheatmap) - Calendar heatmap in plain Go inspired by Github contribution activity. +* [chart](https://github.com/vdobler/chart) - Simple Chart Plotting library for Go. Supports many graphs types. * [dataframe-go](https://github.com/rocketlaunchr/dataframe-go) - Dataframes for machine-learning and statistics (similar to pandas). * [evaler](https://github.com/soniah/evaler) - Simple floating point arithmetic expression evaluator. * [ewma](https://github.com/VividCortex/ewma) - Exponentially-weighted moving averages.