diff --git a/index.html b/index.html index 6de5ad7..a6fde8e 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@
-

2 years

+

3 years

diff --git a/js/fullgraph.js b/js/fullgraph.js index f6247d2..5fc3c48 100644 --- a/js/fullgraph.js +++ b/js/fullgraph.js @@ -7,7 +7,7 @@ function fullgraph(data, tooltip) { var formatMonth = d3.time.format("%B"); yTml.domain([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]) - xTml.domain([new Date(2015, 9, 1), new Date(2018, 3, 15)]) + xTml.domain([new Date(2015, 9, 1), new Date(2018, 11, 15)]) console.log("ciao")