Skip to content

Commit

Permalink
chart labels for racial disparities page
Browse files Browse the repository at this point in the history
  • Loading branch information
macfarlandian committed Apr 20, 2021
1 parent 48428a8 commit 09577ff
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions spotlight-client/src/contentApi/sources/us_pa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,14 +316,15 @@ const content: TenantContent = {
Pennsylvania may occasionally complete their supervision in a different state.
</p>`,
chartLabels: {
totalPopulation: "",
totalSentenced: "",
paroleGrant: "",
incarceratedPopulation: "",
otherGroups: "",
totalPopulation: "Proportions of racial/ethnic groups in the state",
totalSentenced:
"Proportions of racial/ethnic groups sentenced and under DOC control",
paroleGrant: "People released on parole",
incarceratedPopulation: "Overall prison population",
otherGroups: "All other racial/ethnic groups",
programmingParticipants: "",
supervisionPopulation: "",
totalPopulationSentences: "",
supervisionPopulation: "All people under supervision",
totalPopulationSentences: "All people sentenced and under DOC control",
},
sections: {
beforeCorrections: {
Expand Down

0 comments on commit 09577ff

Please sign in to comment.