diff modules/roundup_cc/graph.html @ 12:50f4c64834cb

delegation of dynamic charts works now
author sean
date Tue, 04 Aug 2015 16:00:07 +0200
parents 7a573ec679a6
children 63b9f41c3008
line wrap: on
line diff
--- a/modules/roundup_cc/graph.html	Tue Aug 04 14:23:53 2015 +0200
+++ b/modules/roundup_cc/graph.html	Tue Aug 04 16:00:07 2015 +0200
@@ -96,7 +96,11 @@
 	// };
 
 	var critical=[];
-	
+	var urgent=[];
+	var bug=[];
+	var feature=[];
+	var wish=[];
+	var timestamp=[];
 
 	// var critical=[
 	// 		{points: 4},
@@ -141,8 +145,6 @@
 	// 		{date : new Date('2015-07-03T12:39:26')}
 	// 	]
 
-
-
 	document.addEventListener("DOMContentLoaded", function(event) {
 		makeChart();
 	});
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)