# HG changeset patch # User Gernot Schulz # Date 1449141351 -3600 # Node ID b9a2b828ad18a2043e00fe8e5bcace6234c9a5b0 # Parent efe7ed655c02ff1651d052de1d69e94257563cd0# Parent f198a92dd37f9b1f11b47838a624386fc35b8f55 Merge diff -r efe7ed655c02 -r b9a2b828ad18 graph.html --- a/graph.html Tue Dec 01 09:37:22 2015 +0100 +++ b/graph.html Thu Dec 03 12:15:51 2015 +0100 @@ -283,13 +283,13 @@ // Draw the x Grid lines - svg.append("g") - .attr("class", "grid") - .attr("transform", "translate(0," + height + ")") - .call(makeGrid(x, "bottom", timestamp.length) - .tickSize(-height, 0, 0) - .tickFormat("") - ); + // svg.append("g") + // .attr("class", "grid") + // .attr("transform", "translate(0," + height + ")") + // .call(makeGrid(x, "bottom", timestamp.length) + // .tickSize(-height, 0, 0) + // .tickFormat("") + // ); // Draw the y Grid lines