Skip to content

Commit

Permalink
feat: bring back bin update for cytometry plot
Browse files Browse the repository at this point in the history
  • Loading branch information
ESCRI11 committed Oct 10, 2024
1 parent 8dcd23e commit 0876214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/board.singlecell/R/singlecell_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ SingleCellBoard <- function(id, pgx) {

shiny::updateSelectizeInput(session, "cytovar1", choices = genes, selected = g1, server = TRUE)
shiny::updateSelectizeInput(session, "cytovar2", choices = genes, selected = g2, server = TRUE)
## shiny::updateSliderInput(session, "nbins", min = 0, max = 50, value = 5, step = 5)
shiny::updateSliderInput(session, "nbins", min = 0, max = 50, value = 5, step = 5)
})

# Observe tabPanel change to update Settings visibility
Expand Down

0 comments on commit 0876214

Please sign in to comment.