Skip to content

Commit

Permalink
Update app_server.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyFabio authored Jul 7, 2022
1 parent 871aa20 commit 3daba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ app_server <- function( input, output, session ) {

output$taxabarplot = plotly::renderPlotly({
req(data_for_taxa())
size = ifelse(input$summ_taxabar == TRUE, 10, 8)
size = ifelse(input$summ_taxabar == TRUE, 10, 7.5)

data1 = data_for_taxa()

Expand Down

0 comments on commit 3daba7a

Please sign in to comment.