Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NickAkhmetov/CAT-1122, CAT-1123, CAT-1125, CAT-1126 Cellpop Fixes #3676

Merged
merged 4 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading