From 7028d702446473c17b0fb43f89916abca1b31544 Mon Sep 17 00:00:00 2001 From: Francesco Fraioli Date: Sun, 6 May 2018 15:55:08 -0400 Subject: [PATCH] another year added --- index.html | 2 +- js/fullgraph.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")