Skip to content
New issue

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

Update justgage; make gauge() work better with bslib themes #301

Merged
merged 10 commits into from
Feb 9, 2021

Conversation

cpsievert
Copy link
Collaborator

Closes #297, #254, and #300.

See #300 for a testing example.

@cpsievert cpsievert requested a review from wch February 9, 2021 21:28
NEWS.md Show resolved Hide resolved
dependencies = rmarkdown::html_dependency_jquery()
dependencies = rmarkdown::html_dependency_jquery(),
preRenderHook = function(widget) {
theme <- bslib::bs_current_theme()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will cause Shiny to be loaded, but I think that's a bug in bslib. See rstudio/bslib#261

DESCRIPTION Show resolved Hide resolved
Copy link
Collaborator

@wch wch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few questions and comments but otherwise looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gauge min and label does not update when re-rendered
2 participants