This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed feature flag and added archived graphs to NL, VR and GM (#4274)
- Loading branch information
1 parent
e6b8ae7
commit 6b825c2
Showing
9 changed files
with
154 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import { colors } from '@corona-dashboard/common'; | ||
|
||
export const COLOR_HAS_ONE_SHOT = colors.data.scale.blue[0]; | ||
export const COLOR_FULLY_VACCINATED = colors.data.primary; | ||
export const COLOR_FULLY_BOOSTERED = colors.data.scale.blue[5]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
import { colors } from '@corona-dashboard/common'; | ||
|
||
// TODO: after removing feature-flag {nlVaccinationBoosterShotsPerAgeGroup} | ||
// delete | ||
// - COLOR_HAS_ONE_SHOT | ||
// replace | ||
// - COLOR_FULLY_VACCINATED with colors.data.scale.blue[3]; | ||
export const COLOR_HAS_ONE_SHOT = colors.data.scale.blue[0]; | ||
export const COLOR_FULLY_VACCINATED = colors.data.primary; | ||
export const COLOR_FULLY_VACCINATED = colors.data.scale.blue[3]; | ||
export const COLOR_FULLY_BOOSTERED = colors.data.scale.blue[5]; | ||
|
||
export const ARCHIVED_COLORS = { | ||
COLOR_HAS_ONE_SHOT: colors.data.scale.blue[0], | ||
COLOR_FULLY_VACCINATED: colors.data.primary, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.