Skip to content

Commit

Permalink
Updated breakdown to say location in regional charts
Browse files Browse the repository at this point in the history
  • Loading branch information
PATERSON authored and PATERSON committed Mar 20, 2024
1 parent 2b798f0 commit 1165dde
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions R/enabler2_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ enabler2_tab <- function() {
),
gov_row(
h2("Turnover rates by region"),
p("This is a static chart and will not react to geographical level and breakdown selected in the filters at the top."),
p("This is a static chart and will not react to geographical level and location selected in the filters at the top."),
br(),
plotlyOutput("plot_turnover_reg"),
br(),
Expand Down Expand Up @@ -238,7 +238,7 @@ enabler2_tab <- function() {
),
gov_row(
h2("Agency rates by region"),
p("This is a static chart and will not react to geographical level and breakdown selected in the filters at the top."),
p("This is a static chart and will not react to geographical level and location selected in the filters at the top."),
br(),
plotlyOutput("plot_agency_reg"),
br(),
Expand Down Expand Up @@ -310,7 +310,7 @@ enabler2_tab <- function() {
),
gov_row(
h2("Vacancy rates by region"),
p("This is a static chart and will not react to geographical level and breakdown selected in the filters at the top."),
p("This is a static chart and will not react to geographical level and location selected in the filters at the top."),
br(),
plotlyOutput("plot_vacancy_reg"),
br(),
Expand Down Expand Up @@ -398,7 +398,7 @@ enabler2_tab <- function() {
),
gov_row(
h2("Social worker caseloads by region"),
p("This is a static chart and will not react to geographical level and breakdown selected in the filters at the top."),
p("This is a static chart and will not react to geographical level and location selected in the filters at the top."),
br(),
plotlyOutput("plot_caseload_reg"),
br(),
Expand Down
10 changes: 5 additions & 5 deletions R/outcome1_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ outcome1_tab <- function() {
),
gov_row(
h2("Rate of children starting in care during the year by region"),
p("This is a static chart and will not react to geographical level and breakdown selected in the filters at the top."),
p("This is a static chart and will not react to geographical level and location selected in the filters at the top."),
br(),
plotlyOutput("plot_cla_rate_reg"),
br(),
Expand Down Expand Up @@ -205,7 +205,7 @@ outcome1_tab <- function() {
),
gov_row(
h2("Rate of children starting in care by region who were UASC"),
p("This is a static chart and will not react to geographical level and breakdown selected in the filters at the top."),
p("This is a static chart and will not react to geographical level and location selected in the filters at the top."),
p(sprintf("The graph represents data from %s.", max(combined_cla_data$time_period))),
br(),
plotlyOutput("plot_uasc_reg"),
Expand Down Expand Up @@ -270,7 +270,7 @@ outcome1_tab <- function() {
),
gov_row(
h2("Rate of children in care on 31 March by region"),
p("This is a static chart and will not react to geographical level and breakdown selected in the filters at the top."),
p("This is a static chart and will not react to geographical level and location selected in the filters at the top."),
br(),
plotlyOutput("plot_cla_march_reg"),
br(),
Expand Down Expand Up @@ -371,7 +371,7 @@ outcome1_tab <- function() {
),
gov_row(
h2("Children In Need rates by region"),
p("This is a static chart and will not react to geographical level and breakdown selected in the filters at the top."),
p("This is a static chart and will not react to geographical level and location selected in the filters at the top."),
br(),
plotlyOutput("plot_cin_rate_reg"),
br(),
Expand Down Expand Up @@ -445,7 +445,7 @@ outcome1_tab <- function() {
),
gov_row(
h2("Re-referrals by region"),
p("This is a static chart and will not react to geographical level and breakdown selected in the filters at the top."),
p("This is a static chart and will not react to geographical level and location selected in the filters at the top."),
br(),
plotlyOutput("plot_cin_referral_reg"),
br(),
Expand Down
4 changes: 2 additions & 2 deletions R/outcome2_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ outcome2_tab <- function() {
),
gov_row(
h2("Special Guardianship Order (SGO) by region"),
p("This is a static chart and will not react to geographical level and breakdown selected in the filters at the top.
p("This is a static chart and will not react to geographical level and location selected in the filters at the top.
The graph represents data from 2023."),
br(),
Expand Down Expand Up @@ -211,7 +211,7 @@ The graph represents data from 2023."),
),
gov_row(
h2("Residence order or Child Arrangement Order (CAO) by region"),
p("This is a static chart and will not react to geographical level and breakdown selected in the filters at the top.
p("This is a static chart and will not react to geographical level and location selected in the filters at the top.
The graph represents data from 2023."),
br(),
Expand Down

0 comments on commit 1165dde

Please sign in to comment.