From 6df3d69c81220713fd8e95f36d438275b799e32c Mon Sep 17 00:00:00 2001
From: Roshan Bellary
+ While it is preferred to submit data for the current calendar year, this
+ section of the form allows you to select a different submission year if
+ needed.
+
Hunger Relief Meals Served: Total number of meals prepared for low
- income individuals in {currYear} by your organization. Hunger Relief
- Meals are prepared meals: hot, cold, frozen, ready-to-eat or reheat.{' '}
-
- Total combined gross revenue in {currYear} from all foodservice social
- enterprises, excluding contract hunger relief
+ Total combined gross revenue in {formState.currYear} from all
+ foodservice social enterprises, excluding contract hunger relief
Submission Year
+ Hunger Relief Impact Funding
They do not include grocery/pantry boxes. Meal kits,
- specific boxed mix of perishable and non-perishable ingredients with
- recipes(e.g. “Blue Apron style”) are included in community meals.
+ income individuals in {formState.currYear} by your organization. Hunger
+ Relief Meals are prepared meals: hot, cold, frozen, ready-to-eat or
+ reheat.
They do not include grocery/pantry boxes. Meal
+ kits, specific boxed mix of perishable and non-perishable ingredients
+ with recipes(e.g. “Blue Apron style”) are included in community meals.
Include all prepared meals whether sold on contract or funded through
grants or fundraising.
Retail Social Enterprise Revenue
+ While it is preferred to submit data for the current calendar year, this + section of the form allows you to select a different submission year if + needed. +
+- What was your local minimum wage for most of {currYear}? If your city, - county, and/or state minimum wages are different, please list the one - that reflects where most of your graduates are placed in jobs. If your - local minimum wage has different tiers (i.e. by size of employer), list - the highest rate. + What was your local minimum wage for most of {formState.currYear}? If + your city, county, and/or state minimum wages are different, please list + the one that reflects where most of your graduates are placed in jobs. + If your local minimum wage has different tiers (i.e. by size of + employer), list the highest rate.
The number of alumni of your training programs that worked for your - organization in {currYear}? Approximate number is OK. + organization in {formState.currYear}? Approximate number is OK.
This number should refer to hires, whether full time or part time, in diff --git a/client/src/Visualizations/ProgramOutcomesViz.tsx b/client/src/Visualizations/ProgramOutcomesViz.tsx index d47f20f2..530f0990 100644 --- a/client/src/Visualizations/ProgramOutcomesViz.tsx +++ b/client/src/Visualizations/ProgramOutcomesViz.tsx @@ -632,6 +632,7 @@ function AdultSummaryBox({ const lineChartOptions: ChartOptions<'line'> = { responsive: true, maintainAspectRatio: false, + spanGaps: true, scales: { y: { beginAtZero: true, @@ -2060,8 +2061,8 @@ function ProgramOutcomesVisualization() { { label: 'Initial Wage', data: historicalData.wages.initial.orgValues, - borderColor: chartColors.org, - backgroundColor: chartColors.org, + borderColor: chartColors.network, + backgroundColor: chartColors.network, pointStyle: 'circle', pointRadius: 6, tension: 0.1,