SafetyGraphics / hep-explorer

Interactive Graphic for Exploring Liver Function Data in Clinical Trials
https://safetygraphics.github.io/hep-explorer/test/
MIT License
10 stars 3 forks source link

Numeric Filters Not working in hep explorer chart #249

Closed pburnsdata closed 5 years ago

pburnsdata commented 5 years ago

Selecting a numeric variable in settings causes the edish chart to not render any points - regardless of what's selected in the filter.

I think this is more of a hep explorer problem but put it here for now to keep track of it

jwildfire commented 5 years ago

Issue occurs when the raw json data contains numeric values. This is fairly rare in our javascript examples since d3.csv coerces all values to character, but is an issue in other frameworks (like the safetyGraphics R package).