highcharter-shiny icon indicating copy to clipboard operation
highcharter-shiny copied to clipboard

valuebox-and-sparklines compatibility

Open mubashirqasim opened this issue 2 years ago • 1 comments

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 avatar Nov 01 '22 04:11 mubashirqasim

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

mubashirqasim avatar Nov 02 '22 00:11 mubashirqasim