Closed standage closed 8 months ago
This is how the plot looks in context.
Code looks good but legend placement looks a little funky with a small number of samples
An additional line of code seems to have addressed this issue, and appears to work as intended regardless of the number of samples.
Looks good!
Currently, a breakdown of reads by category (on target, off target, repetitive, and contamination) is displayed in the report as a grid of donut plots, one per sample. This PR replaces these donut plots with a single stacked bar chart. It is shown in horizontal orientation so that the height of the plot can grow as the number of samples grows.
Related to #160.