From cbdce65d5d584f49d19b87fb7de91bc810d43807 Mon Sep 17 00:00:00 2001 From: elmeraa <eazadpour@usgs.gov> Date: Tue, 30 Jul 2024 09:48:47 -0700 Subject: [PATCH] update text for avg household maps --- src/components/Maps.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Maps.vue b/src/components/Maps.vue index 74f91ed..6be89ba 100644 --- a/src/components/Maps.vue +++ b/src/components/Maps.vue @@ -10,8 +10,8 @@ <button class="accordion households-accordion active">Household sizes<span class="symbol">-</span></button> <div class="panel households-panel"> <p v-html="mapText.paragraph1"></p> - <img src="@/assets/images/perc_occupied_households_2022.png" alt="Choropleth map of percent occupied housing units at the county-level across the contiguous U.S.. The greatest percent of occupied housing units were in Dakota County, Minnesota (97.3%), Lincoln County, South Dakota (97.3%) and Scott County, Minnesota (97%) (U.S. Census Bureau, 2022)."> - <figcaption><span class="tooltip"><span class="tooltip-span">Choropleth map</span><span class="tooltiptext">Type of map that displays divided geographical areas or regions that are coloured, shaded or patterned in relation to a data variable. This provides a way to visualise values over a geographical area, which can show variation or patterns across the displayed location.</span></span> of percent occupied housing units at the county-level across the contiguous U.S.. The greatest percent of occupied housing units were in Dakota County, Minnesota (97.3%), Lincoln County, South Dakota (97.3%) and Scott County, Minnesota (97%) <a href='https://www.census.gov/data/developers/data-sets/acs-5year.html' target='_blank'>(U.S. Census Bureau, 2022).</a></figcaption> + <img src="@/assets/images/avg_household_size_2022.png" alt="Choropleth map of average household size, of occupied housing units, at the county-level across the contiguous U.S.. The greatest percent of average housing size were in Oglala Lakota County, South Dakota (5), Madison County, Idaho (3.9) and Todd County, South Dakota (3.8) (U.S. Census Bureau, 2022)."> + <figcaption><span class="tooltip"><span class="tooltip-span">Choropleth map</span><span class="tooltiptext">Type of map that displays divided geographical areas or regions that are coloured, shaded or patterned in relation to a data variable. This provides a way to visualise values over a geographical area, which can show variation or patterns across the displayed location.</span></span> of average household size, of occupied housing units, at the county-level across the contiguous U.S.. The greatest percent of average housing size were in Oglala Lakota County, South Dakota (5), Madison County, Idaho (3.9) and Todd County, South Dakota (3.8) <a href='https://www.census.gov/data/developers/data-sets/acs-5year.html' target='_blank'>(U.S. Census Bureau, 2022).</a></figcaption> </div> <button class="accordion latino-accordion">Hispanic populations<span class="symbol">+</span></button> -- GitLab