More SVG fun

This commit is contained in:
2017-07-07 03:22:29 +02:00
parent eb8ebed830
commit bff0f62629
6 changed files with 140 additions and 107 deletions

@ -3,5 +3,5 @@ package utils
// AnalyticsItem ...
type AnalyticsItem struct {
Key string
Value int
Value float64
}