Cleanup
This commit is contained in:
parent
1a9c796c12
commit
b2934762e9
|
@ -86,18 +86,6 @@ function createLineGraph(containerId, raceData){
|
||||||
.attr("height", svgHeight);
|
.attr("height", svgHeight);
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
/*svg.append("rect")
|
|
||||||
.attr("class", "zoom")
|
|
||||||
.attr("width", graphPosWidth.width)
|
|
||||||
.attr("height", graphPosWidth.height)
|
|
||||||
.attr("transform", "translate(" + graphPosWidth.posX + "," + graphPosWidth.posY + ")")
|
|
||||||
.call(zoom);*/
|
|
||||||
|
|
||||||
svg.append("defs").append("clipPath")
|
|
||||||
.attr("id", "clip")
|
|
||||||
.append("rect")
|
|
||||||
.attr("width", graphPosWidth.width)
|
|
||||||
.attr("height", graphPosWidth.height);
|
|
||||||
|
|
||||||
var focus = svg.append("g")
|
var focus = svg.append("g")
|
||||||
.attr("class", "focus")
|
.attr("class", "focus")
|
||||||
|
|
Loading…
Reference in New Issue