timelyportfolio/sunburstR

Modify sund2b breadcrumb size

alopgar opened this issue · 2 comments

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.

image

Is there an easy way to do this?
Thanks!

Hi @alopgar thanks for the issue. We have two options:

  1. adjust the CSS as discussed in #90
  2. customize the breadcrumb #92 (comment); see ?sunburstR::sund2bBreadcrumb.

Let me know if none of this makes sense and I'll be happy to help.

Closing since no response. Please reopen if this is not solved.