SafetyGraphics / safetyGraphics

Clinical Trial Safety Graphics with R
https://safetygraphics.github.io/safetyGraphics/
Other
93 stars 24 forks source link

All Data Being Filtered by default #697

Closed jwildfire closed 1 year ago

jwildfire commented 1 year ago
image

All participants are being filtered out using the demo app (safetyGraphics::safetyGraphicsApp()). App runs fine calling safetyGraphicsApp(filterDomain=NULL) and code section in the snapshot above is showing unexpected filters, so issue is almost certainly caused by updates in datamods.

jwildfire commented 1 year ago

FYI @xni7 - Fairly major bug. Will try to get this fixed and put out a quick v2.1.1 release ASAP.

jwildfire commented 1 year ago

Reverting to widget_chart="select" in filter_data_server seems to resolve this, so just going to use that.