From 6858bd4338b595616be87e5c1da0ed7320ec4f64 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Sat, 7 Jul 2012 14:56:37 -0500
Subject: [PATCH] Use better margins for the ticket activity plot

---
 scp/js/dashboard.inc.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scp/js/dashboard.inc.js b/scp/js/dashboard.inc.js
index abd6254de..cc84661cf 100644
--- a/scp/js/dashboard.inc.js
+++ b/scp/js/dashboard.inc.js
@@ -36,9 +36,9 @@
                     // Keep track of max value from any plot
                     max = Math.max(max, Math.max.apply(Math, json.plots[e]));
                 }
-                m = r.linechart(10, 10, width - 80, height - 20,
+                m = r.linechart(20, 0, width - 70, height,
                     times, plots, { 
-                    gutter: 10,
+                    gutter: 20,
                     width: 1.6,
                     nostroke: false, 
                     shade: false,
-- 
GitLab