Skip to content

Commit

Permalink
Adjust 'number of terms to chart' option in sidebar.
Browse files Browse the repository at this point in the history
Adresses #8
[skip ci]
  • Loading branch information
kgjerde committed Apr 8, 2019
1 parent e219ef2 commit 161fe60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/explorer/ui/ui_sidebar.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ shinydashboard::dashboardSidebar(
shinyWidgets::radioGroupButtons(
inputId = "antall_linjer",
label = "No. of terms to chart",
choices = 1:4,
choices = 1:2,
justified = TRUE,
width = '160px',
size = "xs"
),

Expand Down

0 comments on commit 161fe60

Please sign in to comment.