-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Test Ideogram #60
Comments
Custom Tab Or style the dropdowns to they take up less space and are next to the label if there are solely used for on/off purpose ;) I applied
to the div and to the dcc.RadioItems to get the result shown in the screenshot (use This could easily be generated generically by a little function generating a div containing the label and the dropdown/radioitem and looping over the list of options. |
Custom Tab |
Custom Tab |
Homology Tab |
Homology Tab
which you would insert on line 333 of the app file as
|
Brush Tab |
Brush Tab |
Annotations Tab |
Annotations Tab |
@Bachibouzouk |
@Bachibouzouk |
@Bachibouzouk |
@Bachibouzouk |
@Bachibouzouk |
@Bachibouzouk |
@Bachibouzouk |
@Bachibouzouk |
@matthewchan15 it is fine to keep the dropdowns then, it was in an attempt to get rid of the scroll though the options. Alternatively you could change the flex direction of the options depending on the user choice of the orientation of the ideogram (vertical or horizontal), so that the ideogram has the largest part of the screen. |
@matthewchan15 You could also make the dash-bio/tests/dash/app_needle_plot.py Line 453 in 034dc55
|
List all stylistic or functional issues here.
When done, change issue assignment to the component creator for them to fix the issues.
The text was updated successfully, but these errors were encountered: