Skip to content
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

Related Views Collapsed By Default #49

Open
ryarco opened this issue Jun 4, 2018 · 3 comments
Open

Related Views Collapsed By Default #49

ryarco opened this issue Jun 4, 2018 · 3 comments

Comments

@ryarco
Copy link

ryarco commented Jun 4, 2018

I just got jupyterlab_voyager_test-0.1.6.tgz running at it confused me why it didn't seem to work like the demo here. I finally worked out that the "Related Views" pane is collapsed by default. I think it would make sense to have it expanded by default as per the link above.

@zzhangjii
Copy link
Collaborator

The default Voyager interface doesn't quite fit inside JupyterLab, so we changed the default setting to the following to save spaces:
showDataSourceSelector: false,
hideHeader: true,
hideFooter: true,
relatedViews: 'initiallyCollapsed',
wildcards: 'enabled'

In the future, we can provide a change setting button for user to customize those options

@ellisonbg
Copy link
Collaborator

ellisonbg commented Jun 4, 2018 via email

@ryarco
Copy link
Author

ryarco commented Jun 7, 2018

Ah, I figured it was likely a performance issue. May I suggest adding a bit of text to the introduction in the Simplified View panel as shown below in bold for us noobs:

No specified visualisation yet. Start exploring by dragging a field to encoding pane on the left or examining univariate summaries in the Related Views pane below

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

No branches or pull requests

3 participants