summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-11-03 17:14:09 -0700
committerSteve Manuel <nilslice@gmail.com>2016-11-03 17:14:09 -0700
commit9a6a6ee992fa64f0ebbbc25d00e21afc4be93ee4 (patch)
tree8343d4e6d5454ba962e3d776a80d4d45b4f9be98
parent0130d97effb5baef04999093354830e36d812146 (diff)
adjusting chart size and data - only UI
-rw-r--r--system/admin/admin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/admin.go b/system/admin/admin.go
index c0b3730..f7304f0 100644
--- a/system/admin/admin.go
+++ b/system/admin/admin.go
@@ -379,7 +379,7 @@ var analyticsHTML = `
var myChart = new Chart(ctx, {
type: 'bar',
data: {
- labels: ["10/28", 10/29", "10/30", "10/31", "11/1", "11/2", "11/3"],
+ labels: ["10/28", "10/29", "10/30", "10/31", "11/1", "11/2", "11/3"],
datasets: [{
label: 'Total Requests by Day',
data: [12332, 19333, 13545, 51776, 22334, 13334, 9089],