jbkunst / highcharter-shiny

Some highcharter examples
https://jkunst.com/highcharter/articles/shiny.html
32 stars 20 forks source link

valuebox-and-sparklines compatibility #4

Open mubashirqasim opened 1 year ago

mubashirqasim commented 1 year ago

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")
  )
)
mubashirqasim commented 1 year ago

It will be great if these widgets become compatible with bslib somehow.