Skip to content

Commit

Permalink
Mappings fix (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarvey authored Nov 11, 2024
1 parent 9813157 commit 82cae63
Show file tree
Hide file tree
Showing 7 changed files with 10,730 additions and 2,039 deletions.
15 changes: 9 additions & 6 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@
"data": "data/familyData.json",
"filter": "",
"startDate": "2024-10-17 00:00:00",
"firstDate": "1900-01-01 00:00:00",
"lastDate": "2024-10-17 00:00:00",
"speed": 10,
"speed": 50,
"debug": false,
"menuDefaultOpen": true,
"showDead": true,
"timeStep": "month",
"column_mappings": {
"timeStep": "year",
"hideOrphans": true,
"nodeColumnMappings": {
"description": "name",
"createdAt": "birthDate",
"deletedAt": "deathDate",
"category": "lastName"
"category": "lastName",
"id": "id"
},
"linkColumnMappings": {
"color": "color"
}
}
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ body {
}

#year {
font-family: helvetica, arial;
font-size: 70pt;
font-family: monospace;
font-size: 60pt;
color: #000;
position: absolute;
top: 0;
Expand Down
13 changes: 0 additions & 13 deletions data/familyData.csv

This file was deleted.

Loading

0 comments on commit 82cae63

Please sign in to comment.