Increase diagram width

This commit is contained in:
Jan Philipp Timme 2017-12-30 19:12:05 +01:00
parent f27111110b
commit 89c770a308
1 changed files with 1 additions and 1 deletions

View File

@ -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;