changeset 12:b9a2b828ad18

Merge
author Gernot Schulz <gernot@intevation.de>
date Thu, 03 Dec 2015 12:15:51 +0100
parents efe7ed655c02 (current diff) f198a92dd37f (diff)
children 149d01f43e31
files
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)