Increase endpoint size
This commit is contained in:
parent
a45f0e9515
commit
b641a188b1
|
@ -19,7 +19,7 @@ function createLineGraph(containerId, raceData){
|
|||
var height = 720;
|
||||
var width = 1080;
|
||||
var linePointSize = 5;
|
||||
var rectSize = 10;
|
||||
var rectSize = 16;
|
||||
var amountClickedLines = 0;
|
||||
|
||||
//ElemTypes of this graph
|
||||
|
|
Loading…
Reference in New Issue