Skip to content

Commit

Permalink
increase box size to fir params
Browse files Browse the repository at this point in the history
  • Loading branch information
kpatel427 committed Jul 27, 2019
1 parent bf097a0 commit bb84809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ui <- dashboardPage(
) # end of tabBox
),#end of div
div(class="input_box",
box(status = "primary",width="3", height = "1000px",
box(status = "primary",width="3", height = "1200px",
tags$h3("Set plot parameters"),
colourInput("colfill", "Color fill", "#00FF0080", allowTransparent = TRUE),
selectInput(inputId = 'colorby', label = 'Color by', choices = c('None')),
Expand Down

0 comments on commit bb84809

Please sign in to comment.