Skip to content

Commit

Permalink
fix(chart): adjust events for mobile, add rafah start
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlingwes committed Jul 27, 2024
1 parent ba7b1e0 commit b82e658
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ type MappedData = {
slimData: SlimData[];
};

const eventsToSkipOnMobile = ["Thanksgiving", "NYE", "Superbowl", "Easter"];
const eventsToSkipOnMobile = [
"Thanksgiving",
"NYE",
"Superbowl",
"Easter",
"Ramadan",
];

const lastWestBankReport =
westBankDailyTimeSeries[westBankDailyTimeSeries.length - 1];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
{
"date": "2024-03-31",
"label": "Easter"
},
{
"date": "2024-05-06",
"label": "Rafah Attack"
}
]

0 comments on commit b82e658

Please sign in to comment.