daattali / timevis

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

Timevis excluding data #126

Closed jshibley closed 1 year ago

jshibley commented 1 year ago

Hello,

I'm using the timevis package in R Shiny to create a timeline of interactions with 5,000 different physicians. On the dashboard I built, there is a filter built in, and the user can select a physician (dropdown) and then it shows all the interactions in a timeline form. I'm finding that it is only showing only a subset of physicians in the dropdown filter (up to ones with "S" in the last name). Is there a way to include all the physicians so none get dropped? Don't know if this is a memory issue, or additional code I need to include related to the timevis package. Thanks.

daattali commented 1 year ago

It's not possible to know what the issue here is without seeing a reproducible example. It could be a timevis issue that I've never seen before but it could be a shiny issue or could just be something the code is doing wrong. Please provide a minimal reprex

jshibley commented 1 year ago

Thanks for the quick response. I'll pull together an example and will share.

daattali commented 1 year ago

Thanks, just make sure it's a minimal example that isolates the issue

daattali commented 1 year ago

Closing due to no example