diff --git a/scp/js/dashboard.inc.js b/scp/js/dashboard.inc.js index abd6254dee7773b1285edb1841ddd913e83e1627..cc84661cf2ce393934fa5b0f43a28c222bbe9935 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,