Skip to content

Commit 624bbd7

Browse files
committed
fix: remove unwanted data grouping
1 parent 2cc3595 commit 624bbd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/tm_p_swimlane.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ srv_p_swimlane <- function(id,
239239
dplyr::mutate(
240240
!!as.name(color_var) := factor(!!as.name(color_var), levels = names(colors)),
241241
) %>%
242-
dplyr::group_by(!!as.name(subject_var), !!as.name(time_var)) %>%
243242
dplyr::mutate(
244243
tooltip = {
245244
default_tip <- paste(

0 commit comments

Comments
 (0)