Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
scatterPlot: suggestion to use fewer label
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchultheis committed Jan 12, 2018
1 parent 98e6749 commit 925fcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/scatterPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ scatterPlot <- function(input, output, session, data, types, features = NULL, ma
} else {
shiny::showNotification(
id = session$ns("label-limit"),
paste("Warning! Label restricted to 100 or less labels. Currently selected:", length(markerReac()$label)),
paste("Warning! Label restricted to 100 or less labels. Currently selected:", length(markerReac()$label), "Please select fewer genes to label."),
duration = NULL,
type = "warning"
)
Expand Down

0 comments on commit 925fcf6

Please sign in to comment.