Skip to content

1080: Node Coloring Navbar and Sidebar synced and PPI warning displays less#1129

Merged
dondi merged 15 commits intobetafrom
cecilia-1080
Oct 30, 2024
Merged

1080: Node Coloring Navbar and Sidebar synced and PPI warning displays less#1129
dondi merged 15 commits intobetafrom
cecilia-1080

Conversation

@ceciliazaragoza
Copy link
Collaborator

@ceciliazaragoza ceciliazaragoza commented Oct 23, 2024

Navbar and Sidebar synced when enable/disable node coloring, and warning only displays when enable/disable node coloring. Also, the navbar and sidebar options for node coloring are hidden when node coloring disabled.

@ceciliazaragoza ceciliazaragoza changed the title 1080 Progress: Navbar and Sidebar synced and PPI warning displays less 1080 Progress: Node Coloring Navbar and Sidebar synced and PPI warning displays less Oct 23, 2024
@ceciliazaragoza ceciliazaragoza requested a review from dondi October 23, 2024 23:06
@ceciliazaragoza ceciliazaragoza changed the title 1080 Progress: Node Coloring Navbar and Sidebar synced and PPI warning displays less Do not merge: 1080 Progress: Node Coloring Navbar and Sidebar synced and PPI warning displays less Oct 24, 2024
@ceciliazaragoza
Copy link
Collaborator Author

Need to make changes in other files to prevent errors with errors displaying in console before merging.

…efreshes whenever restrictGraphToViewport is clicked already. This removes error with path containing NaNs from displaying in the console.
…out attribute not having .length. will probably have to go back to #1080 and reserve issue there
…e usr eot update logic for when check node adaptive or though
…correctly for node coloring. investigating why when load a database, it says it's NETWORK_PPI_MODE and even though node coloring enabled, node coloring doesn't display on node until change dataset and len of timepoints array is 0, so not querying expression database correctly
…MODE, and removed that code so that now databases load in correct mode
…r and side menu display the same status of node coloring and when node coloring disabled, the navbar and sidebar options for node coloring are hidden
@ceciliazaragoza ceciliazaragoza changed the title Do not merge: 1080 Progress: Node Coloring Navbar and Sidebar synced and PPI warning displays less 1080: Node Coloring Navbar and Sidebar synced and PPI warning displays less Oct 30, 2024
@ceciliazaragoza ceciliazaragoza self-assigned this Oct 30, 2024
Copy link
Owner

@dondi dondi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question on default dataset was answered during meeting; all good

.attr("stroke-width", "0px")
.style("fill", function (d) {
d = d || 0; // missing values are changed to 0
if (d == 0) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Triple equals plz 😁

Suggested change
if (d == 0) {
if (d === 0) {

@dondi dondi merged commit 22c1a76 into beta Oct 30, 2024
@dondi dondi deleted the cecilia-1080 branch October 30, 2024 19:41
@ceciliazaragoza ceciliazaragoza restored the cecilia-1080 branch November 5, 2024 18:06
@ceciliazaragoza ceciliazaragoza deleted the cecilia-1080 branch November 5, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants