# HG changeset patch # User Gernot Schulz # Date 1449140963 -3600 # Node ID f198a92dd37f9b1f11b47838a624386fc35b8f55 # Parent e95f7bee8643ce5b7becd97a535c17239d46a16b Do not render vertical grid lines diff -r e95f7bee8643 -r f198a92dd37f graph.html --- a/graph.html Tue Dec 01 09:13:32 2015 +0100 +++ b/graph.html Thu Dec 03 12:09:23 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