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
Bug reported to me via private email.
Example:
library(shiny) library(timevis) ui <- fluidPage( timevisOutput("timeline"), textInput("text", "Text", "Hello") ) server <- function(input, output, session) { output$timeline <- renderTimevis( timevis(data.frame(start = Sys.Date(), content = input$text)) ) } shinyApp(ui = ui, server = server)
Every time you change the text, a new item gets added but all the previous ones still exist. That's a clear bug and not how it should work.
The text was updated successfully, but these errors were encountered:
cee3d5a
I recently installed timevis but face the same problem though it states as solved and closed? Would appreciate the help to fix it.
Thanks
Sorry, something went wrong.
Did you install from CRAN or github? The CRAN version isn't updated.
Thanks for the response. I reinstalled from github and its working fine.
No branches or pull requests
Bug reported to me via private email.
Example:
Every time you change the text, a new item gets added but all the previous ones still exist. That's a clear bug and not how it should work.
The text was updated successfully, but these errors were encountered: