Skip to content

Commit

Permalink
global change test
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Bradley committed Jul 5, 2017
1 parent 74a51db commit c8216d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fcs_reestimates/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ bubble_plot <- function(df, in_fy) {
plot_data$orig_sr), na.rm = TRUE) + 1

a <- list(
text = 'Subsidy Increases',
text = 'Subsidy Increase',
showarrow = FALSE,
y = max_point,
x = min_point,
Expand All @@ -241,7 +241,7 @@ bubble_plot <- function(df, in_fy) {
)

b <- list(
text = 'Subsidy Decreases',
text = 'Subsidy Decrease',
showarrow = FALSE,
y = min_point,
x = max_point,
Expand Down Expand Up @@ -287,7 +287,7 @@ cohort_xy <- function(df, view_type) {
df$orig_sr), na.rm = TRUE) + 1

a <- list(
text = 'Subsidy Increases',
text = 'Subsidy Increase',
showarrow = FALSE,
y = max_point,
x = min_point,
Expand All @@ -296,7 +296,7 @@ cohort_xy <- function(df, view_type) {
)

b <- list(
text = 'Subsidy Decreases',
text = 'Subsidy Decrease',
showarrow = FALSE,
y = min_point,
x = max_point,
Expand Down

0 comments on commit c8216d9

Please sign in to comment.