From 332bbf277c17565849b0433cf465e2941295bba2 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sat, 8 Apr 2023 16:00:10 +1000 Subject: [PATCH] Add left/right margin to graphs --- templates/partials/page/person.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/page/person.html b/templates/partials/page/person.html index f8baf3e..5702302 100644 --- a/templates/partials/page/person.html +++ b/templates/partials/page/person.html @@ -224,7 +224,7 @@ {% endif %} ], { - margin: { t: 0 }, + margin: { t: 0, l: 20, r: 20 }, xaxis: { type: 'date', showgrid: false }, yaxis: { title: 'Reps', showgrid: false }, yaxis2: {