Skip to content

Commit

Permalink
top 20 countries --> top 15 countries
Browse files Browse the repository at this point in the history
  • Loading branch information
okassi committed Jan 26, 2019
1 parent a7b8a3e commit a5456b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion worker_dashboard/tab_occupation-x-worker-country.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ output$occupation_barchart_hc <- renderHighchart({

top_n_categories <- switch (
categories_column,
"country" = 20,
"country" = 15,
"region" = NA,
"occupation" = NA
)
Expand Down
2 changes: 1 addition & 1 deletion worker_dashboard/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ shinyServer(fluidPage(
choices = list(
"Geographic region" = "region",
"Occupation" = "occupation",
"Top 20 countries" = "country"
"Top 15 countries" = "country"
),
width = "100%"
),
Expand Down

1 comment on commit a5456b9

@okassi
Copy link
Contributor Author

@okassi okassi commented on a5456b9 Jan 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed from top20 countries to top15 countries due to difficulties on small screens (see #8)

Please sign in to comment.