This commit is contained in:
Jan Philipp Timme 2017-12-31 01:17:20 +01:00
parent 1a9c796c12
commit b2934762e9
1 changed files with 0 additions and 12 deletions

View File

@ -86,18 +86,6 @@ function createLineGraph(containerId, raceData){
.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")
.attr("class", "focus")