We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56bfa6 commit 6ea9d8dCopy full SHA for 6ea9d8d
COVID-19/src/scripts/main.js
@@ -12,7 +12,7 @@ let width = 2000,
12
timeLink: {rate:1,unit:'Week'},
13
timeformat: d3.timeDay.every(1),
14
limitYear: [2019,2020],
15
- limitTime: [new Date('4/10/2020'),new Date('4/21/2020')],
+ limitTime: [new Date('12/20/2019'),new Date('4/21/2020')],
16
termGroup:{'Beijing':-1,'Hubei':2,'Wuhan':1,'China':3,'COVID-19':4,'Coronavirus':5}
17
},
18
RadarMapopt = {
0 commit comments