Rendering individual data points is the most likely reason why the report is crashing on some systems:

Instead, we should hexagonally bin the cells and compute a few statistics:
- (Mean, Min, Q25, Q50, Q75, Max) of each of the cell rna QC statistic
- Number of cells in the bin
- Percentage of cells (# post-filter / # pre-filter)
Settings
Similar to the histogram plot, we should be able to change the number of horizontal, vertical bin:

However let's implement the settings panel after we've confirmed that the hex binning works
Results

At the end of the file, we should see the hex bin plot with the percentage of cells
Rendering individual data points is the most likely reason why the report is crashing on some systems:
Instead, we should hexagonally bin the cells and compute a few statistics:
Settings
Similar to the histogram plot, we should be able to change the number of horizontal, vertical bin:
However let's implement the settings panel after we've confirmed that the hex binning works
Results
At the end of the file, we should see the hex bin plot with the percentage of cells