From a899d1c1be022f16fccf7e6fb7f1137d44af047a Mon Sep 17 00:00:00 2001 From: Wojciech Kwolek Date: Mon, 14 Sep 2020 15:20:26 +0200 Subject: [PATCH] extend the graph to the right --- app/templates/graph.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/graph.svg b/app/templates/graph.svg index 59e0b07..36ec667 100644 --- a/app/templates/graph.svg +++ b/app/templates/graph.svg @@ -1,5 +1,5 @@ {% macro x(n) -%} -{{ 15+((85-15)/(lines|length))*(n-1) }}% +{{ 15+((91-15)/(lines|length))*(n-1) }}% {%- endmacro %} {% for n in scale %} - + {% endfor %}