From 49ec60834aeb84e8580cde989ac97d247b69efa3 Mon Sep 17 00:00:00 2001 From: Craig Stephenson Date: Thu, 12 Dec 2024 11:48:28 -0900 Subject: [PATCH] Changes to Demographics and Health section and Data page (#684) * Text changes for Demographics and Health section and Data page. * Update years of ACS 5-year citation. * Add more demographics & health confidence intervals and calculate from MoE as needed. --- assets/scss/main.scss | 8 +- .../demographics/DemographicsHealthChart.vue | 23 +-- .../demographics/DemographicsOther.vue | 138 +++++++++++++----- .../demographics/DemographicsReport.vue | 48 +++++- pages/data.vue | 13 +- 5 files changed, 162 insertions(+), 68 deletions(-) diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 6d88eb1..939d64a 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -38,9 +38,11 @@ label.label { // Some lighter formatting for the demographic tables, still more // like other tables table.table.demographic { - td { - font-family: 'IBM Plex Mono', monospace; - font-weight: 500; + tbody { + td { + font-family: 'IBM Plex Mono', monospace; + font-weight: 500; + } } } diff --git a/components/reports/demographics/DemographicsHealthChart.vue b/components/reports/demographics/DemographicsHealthChart.vue index cad0743..9342b56 100644 --- a/components/reports/demographics/DemographicsHealthChart.vue +++ b/components/reports/demographics/DemographicsHealthChart.vue @@ -1,15 +1,7 @@