-
Notifications
You must be signed in to change notification settings - Fork 0
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
Gene expression app & RAMPAGE tab #76
Conversation
… into gene-expression
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Collape all doesn't work (in https://screen-git-gene-expression-weng-lab.vercel.app/)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move autocomplete code to different file ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to move some of code to different components ?
let drawerHeightTab: number = window.screen.height | ||
|
||
// 1080 | ||
if (drawerHeight < 1200) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally we shouldn't have manually set height ? @jpfisher72 any thoughts on how this can be done without manually setting height ?
Collapse all does work, default value was not set. worked after closing one. fixed in next commit |
<line x1={0} x2={900} y1={1} y2={1} stroke="black" /> | ||
{plotGeneExp(entry, index, 5)} | ||
</g> | ||
</svg> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SVGs dont scale well, become tiny on anything but full screen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we could increase the size of the plots, let's discuss at next scrum
}) | ||
}) | ||
|
||
props.range.x.end = max |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it possible to not set props.range.x.end ? props are used as readonly variables
No description provided.