Modify sund2b breadcrumb size
alopgar opened this issue · 2 comments
alopgar commented
I did a sund2b plot using this code:
ggsunb_st <- sunburstR::sund2b(sunb[,c("Taxonomy", "Standard")], width = "100%", height = 500)
The problem with output is the size of the breadcrumb, as it appears incomplete. I would like to change the size of the breadcrumb windows to fit my figure height.
Is there an easy way to do this?
Thanks!
timelyportfolio commented
Hi @alopgar thanks for the issue. We have two options:
- adjust the CSS as discussed in #90
- customize the breadcrumb #92 (comment); see
?sunburstR::sund2bBreadcrumb
.
Let me know if none of this makes sense and I'll be happy to help.
timelyportfolio commented
Closing since no response. Please reopen if this is not solved.