chart sorting not working

Issue #911 resolved
David Platten created an issue

Sorting of average bar charts no longer works.

Comments (33)

  1. David Platten reporter

    Fixed the sorting issue. It stopped working because the sorting categories no longer matched items in the data frame because I was character wrapping some data frame fields, but not the sorting categories. I am adding the character breaks during data frame creation now, which simplifies the code. Refs issue #911

    → <<cset b1c7151281e3>>

  2. David Platten reporter

    Removed sorted category parameter for frequency charts as these are now sorted within the chart function without the need for this paramater. Refs issue #911

    → <<cset f24d2c91e8a4>>

  3. David Platten reporter

    Updated sorting and implemented this for the fluoro page. This commit will likely cause all manner of chart test fails for the other modalities. Refs issue #911

    → <<cset 54bee38c5f8e>>

  4. David Platten reporter

    Added new sorting to CT and updated CT tests. Amended a chart test routine as the current version of plotly does not include y values in the customdata field. Refs issue #911

    → <<cset fc26bd069e8e>>

  5. David Platten reporter

    Upgrading pandas, matplotlib, plotly, numpy and scipy to latest versions. Also updated ploty JavaScript file. Updated chart test files as plotly now returns some items as numpy arrays. Refs issue #911

    → <<cset b7371e3b6837>>

  6. David Platten reporter

    Added a background colour to the multi select form items to help the user see that the options are part of a group. I don't know how to change the background of the label text. Refs issue #911

    → <<cset 936982b6568d>>

  7. David Platten reporter

    Shading the background of the label as well as widget for any CheckboxSelectMultiple items in the filtered page chart options and the general chart options. Refs issue #911

    → <<cset 0c7bca96f542>>

  8. Log in to comment