highcharter-shiny
highcharter-shiny copied to clipboard
valuebox-and-sparklines compatibility
Hi Joshua,
Great work on 04-shinydashboard-n-spakrlines. Loved it!
I am having hard time making these widgets compatible with shiny apps outside shinydashboard.
For instance, the widgets are not behaving in the following UI configuration. Any suggestions are much appreciated.
llibrary(bslib) # Control bs_theme & additional bs rules bs_add_rules
ui <- bootstrapPage(
theme = bs_theme(version = 5, bootswatch = "cerulean"),
fluidRow(
valueBoxOutput("vbox"),
valueBoxOutput("vbox2"),
valueBoxOutput("vbox3")
)
)
It will be great if these widgets become compatible with bslib
somehow.