We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduced by #301. Here's a minimal example:
--- title: "Untitled" output: flexdashboard::flex_dashboard --- ```{r setup, include=FALSE} library(flexdashboard) ``` Column {data-width=650} ----------------------------------------------------------------------- ### Chart A ```{r} gauge(91, min = 0, max = 100, symbol = '%', gaugeSectors(success = c(80, 100))) ```
The text was updated successfully, but these errors were encountered:
Close #303: Reduce negative margin-bottom CSS hack
91b6e31
Close #303: Reduce negative margin-bottom CSS hack (#304)
89df28c
Successfully merging a pull request may close this issue.
Introduced by #301. Here's a minimal example:
The text was updated successfully, but these errors were encountered: