NickAkhmetov/CAT-1122, CAT-1123, CAT-1125, CAT-1126 Cellpop Fixes #3676
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR contains fixes for several cellpop issues which were identified during QA testing.
Design Documentation/Original Tickets
https://hms-dbmi.atlassian.net/browse/CAT-1122
https://hms-dbmi.atlassian.net/browse/CAT-1123
https://hms-dbmi.atlassian.net/browse/CAT-1125
https://hms-dbmi.atlassian.net/browse/CAT-1126
Testing
Manually tested.
Screenshots/Video
CAT-1122 - fixed Azimuth link, removed period from inside link.
![image](https://private-user-images.githubusercontent.com/19957804/409167384-8dc88da1-b59f-40ed-834c-2b01bcda70b8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjE3NzEsIm5iZiI6MTczOTI2MTQ3MSwicGF0aCI6Ii8xOTk1NzgwNC80MDkxNjczODQtOGRjODhkYTEtYjU5Zi00MGVkLTgzNGMtMmIwMWJjZGE3MGI4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA4MTExMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBmM2NlNGNlYjdmYjA0MDY1ODlkZWUzNTdjYWU3N2U5OTVmYzhjZDdkZTc4ZjZhNWI3NDlmYmU4ZWY0ZThmYzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3RJRqZ-ZDQSNuRK7c2B8Ow4XR3GypQlWHrHImx13q74)
The other fixes were made upstream and published in cellpop 0.0.8.
CAT-1123 - Fixed cellpop crash which occured from changing row visibility while another row is expanded. Also implemented behavior to control expand/hide behavior:
Screen.Recording.2025-02-03.102745.mp4
CAT-1125 - Fixed
![image](https://private-user-images.githubusercontent.com/19957804/409168766-b876da83-7d10-441f-917c-dbdd8900f19f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjE3NzEsIm5iZiI6MTczOTI2MTQ3MSwicGF0aCI6Ii8xOTk1NzgwNC80MDkxNjg3NjYtYjg3NmRhODMtN2QxMC00NDFmLTkxN2MtZGJkZDg5MDBmMTlmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA4MTExMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQxZGY2YTAwMGUxZWZkZTU0YjhiNDhhOGMyNDZmODZjODRkMTk1MGQ4YjQyZmUwNjAwMjI3MmVmM2JlNDBiYTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5DLrSVJkd-DNVrZcX-h0LDgRJOSeOr6REnTkrsX-HKo)
Heatmap Normalization
label line overlapping with label.CAT-1126 - Fix overlap between violins on charts with few datasets
Checklist
CHANGELOG-your-feature-name-here.md
is present in the root directory, describing the change(s) in full sentences.Additional Notes
Please specify any additional information or context relevant to this PR.