Skip to content
Snippets Groups Projects
Commit 6858bd43 authored by Jared Hancock's avatar Jared Hancock
Browse files

Use better margins for the ticket activity plot

parent 0e77d76f
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment