Fixed the line drawing isse. (JPT... wow...)
This commit is contained in:
parent
686e85e525
commit
6e1859cd26
|
@ -162,7 +162,7 @@ function createLineGraph(containerId, raceData){
|
|||
.attr("r", linePointSize * 0.5)
|
||||
.attr("d", lineDataDefinitionSmall);
|
||||
// Remove data from driverLapData, since we don't need a generic datapoint for this
|
||||
driverLapData.laps[singleLapIndex] = {};
|
||||
//driverLapData.laps[singleLapIndex] = {};
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue