fluoroscopy box plots split by physician are not sorted in the specified order.

Issue #879 resolved
David Platten created an issue

In plotly_boxplot params["sorted_category_list"] just contains a single member at the moment, such as {'study_description': ['barium swallow & meal']}

I need to add an additional member when plotting per physician so that the physician data is in the order specified by the user:

{'performing_physician_name': ['name a', ‘name b', 'name c’]}

with the names sorted in the required order (frequency, value, name etc).

Comments (3)

  1. David Platten reporter

    Fixed sorting of boxplots (and bar charts) for fluoroscopy charts when split by physician. Also fixed bug where sorted_study_categories were being used for request charts. Refs issue #879

    → <<cset 8bac92f3fdc4>>

  2. Log in to comment