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
Due to billboarder JS error. Only with "0.3.0"
So I think it's a billboarder issue``...!
billboarder
The text was updated successfully, but these errors were encountered:
Oups, I'll fix that
Sorry, something went wrong.
This is caused by the max argument here : https://github.com/datastorm-open/shinymanager/blob/af19454ce8ef8393b05ef73eec2e22a592b41949/R/modules-logs.R#L228
max
Removing , max = max(nb_log_day$day) + 1 will fix the issue
, max = max(nb_log_day$day) + 1
Otherwise this is fixed in billboard.js here : naver/billboard.js#1981 I wait for the next release and I will upgrade billboarder on CRAN.
billboard.js
Ok. Thanks. I've just remove max = max(nb_log_day$day) + 1 in shinymanager
max = max(nb_log_day$day) + 1
shinymanager
No branches or pull requests
Due to billboarder JS error. Only with "0.3.0"
So I think it's a
billboarder
issue``...!The text was updated successfully, but these errors were encountered: