daattali / timevis

📅 Create interactive timeline visualizations in R
http://daattali.com/shiny/timevis-demo/
Other
653 stars 157 forks source link

Using observeEvent causes rendering issues #13

Closed AdamMJenks closed 7 years ago

AdamMJenks commented 7 years ago

When utilizing observe event for a submission to look at a subset of a possible renderTimevis, after the first selection each new subset selected to view adds additional entries above the existing selection rather than overwriting and clearing the previous selection.

daattali commented 7 years ago

Can you provide a small reproducible example? I haven't run into this issue myself so I'll need to see it

daattali commented 7 years ago

Closing because no example was given