mg_and_rf_charts

Issue #390 resolved
David Platten created an issue

Add skeleton code for mg and rf charts. Also add a chart for each.

Comments (47)

  1. David Platten reporter

    Added boost.js Highcharts file to hopefully make scatter plots possible. Updated all Highcharts files to version 2.4.2. Updated chartFullScreen and chartSetExportSize to work correctly with the new Highcharts files. References issue #390

    → <<cset 8bd02fd7e0d0>>

  2. David Platten reporter

    Added a mammo chart of study workload. Also added a field for RF initial sorting choice - need to update the docs to reflect this. References issue #390.

    → <<cset 875f6a389a70>>

  3. David Platten reporter

    Added scatter plot code, and a mammo scatter plot of AGD vs compressed thickness. I've messed up the initial resizing of the charts somewhere along the way. References issue #390.

    → <<cset 8c37be6dd5a2>>

  4. David Platten reporter

    Updated all filtered html pages to fix resizing of chart to fill div when first viewed. Also rearranged JavaScript on each page so that code for each chart is kept with the HTML. References issue #390

    → <<cset bb1af46d6ec5>>

  5. David Platten reporter

    changed how data for acquistion-based charts is obtained. Upside: much, much faster. Downside: can't exclude Constant Angle Acquisition data from CT chart data at the moment. References issue #390 and reopens issue #217

    → <<cset 03082d4d9e03>>

  6. David Platten reporter

    Added min and max DAP to RF summary list filter so that links from average study DAP histograms work. Also added code so that studies with no name show up on the pie charts and average value plots. Lots of my fluro studies have no study description. References issue #390

    → <<cset d488b32b7162>>

  7. Ed McDonagh

    Added boost.js Highcharts file to hopefully make scatter plots possible. Updated all Highcharts files to version 2.4.2. Updated chartFullScreen and chartSetExportSize to work correctly with the new Highcharts files. References issue #390

    → <<cset 8bd02fd7e0d0>>

  8. Ed McDonagh

    Added a mammo chart of study workload. Also added a field for RF initial sorting choice - need to update the docs to reflect this. References issue #390.

    → <<cset 875f6a389a70>>

  9. Ed McDonagh

    Added scatter plot code, and a mammo scatter plot of AGD vs compressed thickness. I've messed up the initial resizing of the charts somewhere along the way. References issue #390.

    → <<cset 8c37be6dd5a2>>

  10. Ed McDonagh

    Updated all filtered html pages to fix resizing of chart to fill div when first viewed. Also rearranged JavaScript on each page so that code for each chart is kept with the HTML. References issue #390

    → <<cset bb1af46d6ec5>>

  11. Ed McDonagh

    changed how data for acquistion-based charts is obtained. Upside: much, much faster. Downside: can't exclude Constant Angle Acquisition data from CT chart data at the moment. References issue #390 and reopens issue #217

    → <<cset 03082d4d9e03>>

  12. Ed McDonagh

    Added min and max DAP to RF summary list filter so that links from average study DAP histograms work. Also added code so that studies with no name show up on the pie charts and average value plots. Lots of my fluro studies have no study description. References issue #390

    → <<cset d488b32b7162>>

  13. David Platten reporter

    Use fast query method for study plot data when there is no acquisition protocol filter specified (there is no issue with duplicates for this situation). Use slower method when there is an acquisition protocol filter, otherwise there would be duplicates. Removed display of average choice for mammo charts as there is no chart that this is used for at the moment. References issue #217 and issue #390

    → <<cset 425fd3ed5d9f>>

  14. David Platten reporter

    Darkened colours of scatter plot points to ensure series are visible. Changed mammo scatter plot colour scheme to match other modalities now that I've darkened the colours for the scatter plots. References issue #574 and issue #390

    → <<cset bd5b396b137a>>

  15. Log in to comment