Skip to content

Commit

Permalink
Remove flu from dataset options
Browse files Browse the repository at this point in the history
  • Loading branch information
trvrb committed Feb 26, 2017
1 parent b5bf8c3 commit c9979da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
39 changes: 0 additions & 39 deletions data/datasets.json

This file was deleted.

9 changes: 0 additions & 9 deletions src/util/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ import d3 from "d3";
// resolution are made
export const datasets={
'virus':{
'flu':{
'lineages':{
'h3n2': {'duration':{'3y':{}, '6y':{}, '12y':{}, 'default':'3y'}},
'h1n1pdm': {'duration':{'3y':{}, '6y':{}, '12y':{}, 'default':'3y'}},
'Vic': {'duration':{'3y':{}, '6y':{}, '12y':{}, 'default':'3y'}},
'Yam': {'duration':{'3y':{}, '6y':{}, '12y':{}, 'default':'3y'}},
'default':'h3n2',
}
},
'zika':{},
'ebola':{},
'default':'zika'
Expand Down

0 comments on commit c9979da

Please sign in to comment.