Skip to content

Commit

Permalink
add us.json file. moved county_dates.csv to testdata subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
veeps committed Mar 30, 2020
1 parent 1dc3abc commit a2346f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_county_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ <h1>Confirmed Cases by County</h1>
var path = d3.geo.path();

queue()
.defer(d3.json, "us.json")
.defer(d3.csv, "county_dates.csv")
.defer(d3.json, "testdata/us.json")
.defer(d3.csv, "testdata/county_dates.csv")
.await(ready);

function ready(error, us, data) {
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions testdata/us.json

Large diffs are not rendered by default.

0 comments on commit a2346f1

Please sign in to comment.