From 32f9579bb540fad4dd1d3db756523bcb2c111e28 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 3 Nov 2016 17:34:47 -0700 Subject: adjusting chart size and data - only UI --- system/admin/admin.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system/admin') diff --git a/system/admin/admin.go b/system/admin/admin.go index 884df66..0ad7cac 100644 --- a/system/admin/admin.go +++ b/system/admin/admin.go @@ -392,7 +392,7 @@ var analyticsHTML = ` borderWidth: 1 }, { - type: 'bar', + type: 'line', label: 'Unique Requests', data: [4435, 7231, 3555, 19121, 10876, 5009, 3564], backgroundColor: 'rgba(76, 175, 80, 0.2)', @@ -403,7 +403,6 @@ var analyticsHTML = ` options: { scales: { yAxes: [{ - stacked: true, ticks: { beginAtZero:true } -- cgit v1.2.3