Skip to content

Commit

Permalink
NickAkhmetov/CAT-1122, CAT-1123, CAT-1125, CAT-1126 Cellpop Fixes (#3676
Browse files Browse the repository at this point in the history
)
  • Loading branch information
NickAkhmetov authored Feb 3, 2025
1 parent eebe49c commit 71f79dc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-cellpop-fixes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fix missing space and period in Azimuth link above cell population chart.
- Fix organ page crashing when marking dataset as visible while another dataset is expanded.
- Fix field outline overlapping with label of heatmap normalization control.
- Fix overlapping between violins in Cellpop visualizations.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export default function CellPopDescription() {
</LabelledSectionText>,
]}
>
This interactive heatmap visualizes cell populations in datasets from this organ. Cell type annotations are from
<OutboundIconLink href="https://azimuth.hubmapconsortium.org/">Azimuth.</OutboundIconLink> Key features are
This interactive heatmap visualizes cell populations in datasets from this organ. Cell type annotations are from{' '}
<OutboundIconLink href="https://azimuth.hubmapconsortium.org/">Azimuth</OutboundIconLink>. Key features are
highlighted below and a tutorial is available.
</SectionDescription>
);
Expand Down
8 changes: 4 additions & 4 deletions context/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@visx/text": "^3.3.0",
"@visx/tooltip": "^3.3.0",
"@xyflow/react": "^12.0.3",
"cellpop": "^0.0.7",
"cellpop": "^0.0.8",
"chart.js": "^4.4.2",
"d3": "^7.9.0",
"d3-array": "^3.2.4",
Expand Down

0 comments on commit 71f79dc

Please sign in to comment.