From b2934762e9799a56bdb688dfda9400645f41b8fd Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Sun, 31 Dec 2017 01:17:20 +0100 Subject: [PATCH] Cleanup --- js/diagrams.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/js/diagrams.js b/js/diagrams.js index 8d399d0..562730d 100644 --- a/js/diagrams.js +++ b/js/diagrams.js @@ -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")