Enable clipping for xAxis
This commit is contained in:
parent
cfd2f88c16
commit
44e8ccacfb
|
@ -287,6 +287,7 @@ function createLineGraph(containerId, raceData){
|
|||
focus.append("g")
|
||||
.attr("class", "axis axis--x")
|
||||
.attr("transform", "translate(0," + graphPosWidth.height + ")")
|
||||
.attr("clip-path","url(#clip)")
|
||||
.call(xAxis);
|
||||
|
||||
// Add the Y Axis on both sides
|
||||
|
|
Loading…
Reference in New Issue