Team:Tec-Monterrey/ITESM14 notebook.html
From 2014.igem.org
(Difference between revisions)
Ejzardainc (Talk | contribs) |
Ejzardainc (Talk | contribs) |
||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | |||
- | |||
<body> | <body> | ||
Line 20: | Line 18: | ||
domain: "month", | domain: "month", | ||
subDomain: "x_day", | subDomain: "x_day", | ||
- | data: " | + | data: "https://2014.igem.org/Team:Tec-Monterrey/ITESM14_notebook_data.json?action=raw&ctype=text/html", |
- | start: new Date(2014, | + | start: new Date(2014, 5), |
cellSize: 20, | cellSize: 20, | ||
cellPadding: 5, | cellPadding: 5, | ||
domainGutter: 20, | domainGutter: 20, | ||
- | range: | + | range: 5, |
legend: [2, 4, 6, 8], | legend: [2, 4, 6, 8], | ||
legendColors: ["#FFE6FF", "#FF0060"], | legendColors: ["#FFE6FF", "#FF0060"], | ||
onClick: function(date, count) { | onClick: function(date, count) { | ||
- | |||
- | |||
- | |||
- | |||
var month = date.getMonth() + 1; | var month = date.getMonth() + 1; | ||
var day = date.getDate(); | var day = date.getDate(); | ||
var pid = "date-" + month + "-" + day; | var pid = "date-" + month + "-" + day; | ||
- | $("#myid").load(" | + | $("#myid").load("https://2014.igem.org/Team:Tec-Monterrey/ITESM14_notebook_data.html #" + pid); |
} | } | ||
}); | }); | ||
Line 52: | Line 46: | ||
</body> | </body> | ||
- | |||
- | |||
</html> | </html> |
Latest revision as of 09:33, 17 October 2014