Fix pitstoppoints reduce their size after mouseout event

This commit is contained in:
Jan Philipp Timme 2017-12-31 16:11:39 +01:00
parent 9c2ee5debd
commit dce956d357
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ function createLineGraph(containerId, raceData){
textArr = getLapTextArray(raceData,d);
}else if(dataType === elemTypes.pitstoppoint){
d3.select(this)
.attr("r", linePointSize);
.attr("r", linePointSize * 1.4);
textArr = getPitStopTextArray(raceData,d);
}else if(dataType === elemTypes.endpoint){
d3.select(this)