Fix pitstoppoints reduce their size after mouseout event
This commit is contained in:
parent
9c2ee5debd
commit
dce956d357
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue