Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COVP-171 Fix waffle chart link #76

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions coronavirus_dashboard_summary/Templates/Card.Vaccinations.fs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ type Payload (metadata: MetaData.ContentMetadata, release: TimeStamp.Release) =
_itemprop "thumbnailUrl"
$"{ Generic.UrlLocation }/downloads/homepage/{ release.isoDate }/vaccinations/{ areaType.ToLower() }/"
+ getter this.metadata.metric "area_code"
+ "_75_plus_thumbnail.svg"
+ "_65_plus_thumbnail.svg"
|> _content
]
meta [
Expand Down Expand Up @@ -318,7 +318,7 @@ type Payload (metadata: MetaData.ContentMetadata, release: TimeStamp.Release) =
$"{Generic.UrlLocation}/downloads/homepage/{ release.isoDate }/vaccinations/"
+ getter this.metadata.metric "area_type"
+ "/" + getter this.metadata.metric "area_code"
+ "_75_plus_thumbnail.svg"
+ "_65_plus_thumbnail.svg"
|> _src

"Chart displaying the percentage of population aged 65+ given a spring booster in "
Expand Down