diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-11-03 17:34:47 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-11-03 17:34:47 -0700 |
commit | 32f9579bb540fad4dd1d3db756523bcb2c111e28 (patch) | |
tree | 219e8609b6688d7b4aec1d712fe7c261a1262ec2 /system/admin/admin.go | |
parent | dd57630bcb66b516420926603e77efbede346c9c (diff) |
adjusting chart size and data - only UI
Diffstat (limited to 'system/admin/admin.go')
-rw-r--r-- | system/admin/admin.go | 3 |
1 files changed, 1 insertions, 2 deletions
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 } |