Skip to content

Conversation

@gblaih
Copy link
Contributor

@gblaih gblaih commented Sep 12, 2025

No description provided.

@gblaih gblaih self-assigned this Sep 25, 2025
@gblaih gblaih force-pushed the patient-expression-plots-tab branch from c22fc2a to afb7e33 Compare October 23, 2025 22:08
fillOpacity: number | ((d: D) => number),
symbol: string | ((d: D) => string),
zIndexSortBy?: ((d: D) => any)[] // second argument to _.sortBy
zIndexSortBy?: ((d: D) => any)[], // second argument to _.sortBy
Copy link
Collaborator

Choose a reason for hiding this comment

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

see if you can filter these out of before you call this function and deal with them at a higher level so as not to pollute this function

: self.props.urlWrapper.query.plots_horz_selection) ||
{};
const param = urlSelection.selectedGeneOption;
const localSelection = vertical
Copy link
Collaborator

Choose a reason for hiding this comment

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

lets discuss this requirment with jj. if this is really important, we should have some systematic way of persistenting default settings. not just one off like htis

);
}

@action.bound
Copy link
Collaborator

Choose a reason for hiding this comment

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

all this will hopefully be externalized

this.horzGeneOptions
.isPending
}
defaultOptions={
Copy link
Collaborator

Choose a reason for hiding this comment

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

clean this up with a helper function

Copy link
Collaborator

Choose a reason for hiding this comment

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

lets push back on this. if it needs to work this way, we need to refactor

export interface IBaseScatterPlotData {
x: number;
y: number;
sampleId: string;
Copy link
Collaborator

Choose a reason for hiding this comment

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

same comment as above. try to not to corrupt this component

@gblaih gblaih force-pushed the patient-expression-plots-tab branch from f8906a3 to 90fe3a3 Compare November 13, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants