Remove xAxis2, not in use
This commit is contained in:
parent
222d523323
commit
0e3bbbb05a
|
@ -46,7 +46,6 @@ function createLineGraph(containerId, raceData){
|
|||
y2 = d3.scaleLinear().range([smallGraphPosWidth.height, 0]);
|
||||
|
||||
var xAxis = d3.axisBottom(x),
|
||||
xAxis2 = d3.axisBottom(x2),
|
||||
yAxis = d3.axisLeft(y);
|
||||
|
||||
var brush = d3.brushX()
|
||||
|
|
Loading…
Reference in New Issue