mirror of
https://github.com/taigrr/gico.git
synced 2026-04-01 18:58:59 -07:00
readying up for loading in commit messages to UI
This commit is contained in:
@@ -26,7 +26,7 @@ var (
|
||||
func GetWeekSVG(frequencies []int, shouldHighlight bool) bytes.Buffer {
|
||||
squareColors := []sc.SimpleColor{}
|
||||
min, max := common.MinMax(frequencies)
|
||||
fmt.Println(frequencies)
|
||||
// fmt.Println(frequencies)
|
||||
for _, f := range frequencies {
|
||||
squareColors = append(squareColors, common.ColorForFrequency(f, min, max))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user