Remove fun
This commit is contained in:
parent
e66c41a64e
commit
8e6938a907
|
@ -531,7 +531,6 @@ function createLineGraph(containerId, raceData){
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateYAxisText(){
|
function updateYAxisText(){
|
||||||
console.log("lol");
|
|
||||||
var xAxisValues = d3.extent(x.domain());
|
var xAxisValues = d3.extent(x.domain());
|
||||||
if(xAxisValues[1] > 1){
|
if(xAxisValues[1] > 1){
|
||||||
// Get the min/max lap.
|
// Get the min/max lap.
|
||||||
|
|
Loading…
Reference in New Issue