changeset 11:f198a92dd37f

Do not render vertical grid lines
author Gernot Schulz <gernot@intevation.de>
date Thu, 03 Dec 2015 12:09:23 +0100
parents e95f7bee8643
children b9a2b828ad18
files graph.html
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)