From 89c770a30845b6b017489d293d4625ed76148339 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Sat, 30 Dec 2017 19:12:05 +0100 Subject: [PATCH] Increase diagram width --- js/diagrams.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/diagrams.js b/js/diagrams.js index 474d238..8c78b88 100644 --- a/js/diagrams.js +++ b/js/diagrams.js @@ -17,7 +17,7 @@ function createLineGraph(containerId, raceData){ // Configuration var svgHeight = 720; - var svgWidth = 1080; + var svgWidth = 1300; var linePointSize = 5; var rectSize = 16; var amountClickedLines = 0;