Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
CMR248 committed Jan 12, 2024
1 parent 39d0e9b commit 30e3e8d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified src/data/nfdimap/participants.xlsx
Binary file not shown.
Binary file added src/data/nfdimap/participants2.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion src/js/nfdimap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Promise.all([
d3.json("/data/nfdimap/germany.json"),
d3.buffer("/data/nfdimap/participants.xlsx")
d3.buffer("/data/nfdimap/participants2.xlsx")
]).then( ([germany, buffer]) => {

const tmp = XLSX.read(buffer, { type: 'array'})
Expand Down

0 comments on commit 30e3e8d

Please sign in to comment.