Mercurial > roundup-cc
diff graph.html @ 12:b9a2b828ad18
Merge
author | Gernot Schulz <gernot@intevation.de> |
---|---|
date | Thu, 03 Dec 2015 12:15:51 +0100 |
parents | f198a92dd37f |
children | 3bb3d9a9f1b7 |
line wrap: on
line diff
--- 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