SafetyGraphics / hep-explorer

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

Show pAlt by default #333

Closed jwildfire closed 2 years ago

jwildfire commented 2 years ago

Simplifyconfig.paltFlag to be a simple boolean (default=TRUE) indicating whether pAlt should be calculated in the chart. When paltFlag is true, palt will be calculated and showed in participant details for all participants.

jwildfire commented 2 years ago

config.calculate_palt already serves as a flag, so paltFlag will just be removed, and config.calculate_palt will now default to true.