You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We developed a SunbusrtR code for ShinyApp but I do not know how to change the legend font. The code is as below:
sunburst(dat_lst[[2]],
# make the breadcrumbs smaller but doesn't wrap the long tails
# breadcrumb = list(w=25, h=15, s=3, t=2),
legend = list(w=27, h=10, s=3)
)
How I can add the legend font size here?
Thanks
The text was updated successfully, but these errors were encountered:
I don't believe that sunburstR has a built-in option to adjust the font size of the legend, however, you could achieve this by using htmlwidgets::onRender() to inject JavaScript when the sunburst is rendered that sets the font size (as well as other styles potentially) of the legend, for example...
Hello,
We developed a SunbusrtR code for ShinyApp but I do not know how to change the legend font. The code is as below:
How I can add the legend font size here?
Thanks
The text was updated successfully, but these errors were encountered: