RhoInc/aeexplorer

Hide the total column if only one group is renderered

jwildfire opened this issue · 2 comments

Rendering the total column is a bit confusing, since it is identical to (and thus overwrites) the group point in this case.

Test Notes: Confirm that total column is automatically hidden with settings: {"groups":["Placebo"]}, but not with {"groups":["Placebo","Treatment A"]}

Pass

{"groups":["Placebo"]}
83a

{"groups":["Placebo","Treatment A"]}
83b