Skip to content

Commit 7bc4bf7

Browse files
committed
Fix position for drop down menu on PCA
1 parent 47b140d commit 7bc4bf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/differentialabundance_report.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ for (assay_type in rev(names(assay_data))){
626626
fig <- fig %>%
627627
layout(
628628
updatemenus = updatemenus,
629+
margin = list(t = 100),
629630
xaxis = list(title = labels[1]),
630631
yaxis = list(title = labels[2]),
631632
title = paste("Color by", prettifyVariablename(informative_variables[1])),
@@ -635,6 +636,7 @@ for (assay_type in rev(names(assay_data))){
635636
fig <- fig %>%
636637
layout(
637638
updatemenus = updatemenus,
639+
margin = list(t = 100),
638640
scene = list(
639641
xaxis = list(title = labels[1]),
640642
yaxis = list(title = labels[2]),

0 commit comments

Comments
 (0)