From 1672f9d977f614b2d01f25fc625b62bfa287966d Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 20 Dec 2016 08:49:38 -0800 Subject: indicating analytics in chart are GMT --- system/api/analytics/init.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/api/analytics/init.go') diff --git a/system/api/analytics/init.go b/system/api/analytics/init.go index 8117f2a..3eccc13 100644 --- a/system/api/analytics/init.go +++ b/system/api/analytics/init.go @@ -132,7 +132,8 @@ func serve() { } } -// ChartData returns the map containing decoded javascript needed to chart 2 weeks of data by day +// ChartData returns the map containing decoded javascript needed to chart RANGE +// days of data by day func ChartData() (map[string]interface{}, error) { // set thresholds for today and the RANGE-1 days preceeding times := [RANGE]time.Time{} -- cgit v1.2.3