32147/change-font-size-of-valuebox-shiny-r
Try writing your valueBox with this syntax:
valueBox( value = tags$p("100", style = "font-size: 200%;"), subtitle = tags$p("Blah blah blah", style = "font-size: 200%;"), icon = icon("car fa-2x") ),
Hey, @There,
Are you trying to change the font size according to your data frame? Please try to elaborate your query, it will be helpful for us to resolve the issue.
To change the font size of text ...READ MORE
You can try theme(): Library(ggplot2) a <- data.frame(x=gl(10, 1, ...READ MORE
There is so parameter that could be ...READ MORE
plot(variable, type='o' , pch=5, cex=.3) The pch argument ...READ MORE
Its a small spelling mistake that you've ...READ MORE
Include this line in the code: Library(shinydashboard) READ MORE
Correct the function name. dashboardSidebar() READ MORE
The error means you’re missing out on ...READ MORE
Add this line before using your vlaueBoxes tags$head(tags$style(HTML(".small-box ...READ MORE
You can change data types using as.* ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.