Added axis label

This commit is contained in:
Max Robinson
2021-02-15 13:15:11 -07:00
parent 5caa653db1
commit 04dcbdc33b
3 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ const ChartController = require("./ChartController");
class CellsChart extends ChartController {
constructor() {
super("Organism Size / Composition",
"Avg. Number of Cells per Organism",
"Note: to maintain efficiency, species with very small populations are discarded when collecting cell statistics.");
}