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

Add interaction to open visualizations in full view #45

Open
dorisjlee opened this issue Sep 22, 2020 · 0 comments
Open

Add interaction to open visualizations in full view #45

dorisjlee opened this issue Sep 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request priority high priority tasks

Comments

@dorisjlee
Copy link
Member

dorisjlee commented Sep 22, 2020

Currently, Lux forces the size of all the charts to be 160x150, so that the visualization cards are aligned. As a result, sometimes, the axis labels are abbreviated, bars are cut off, etc. For example:

Sometimes, it is helpful to view a visualization in more detail without the summarizations. We can add an "Open in full view" button that expands the visualization into a popup window with the full view.

Considerations:

  • Possibel Font Icon for expanding.
  • For the expanded window, it might make sense to have the code editor and expanded vis side-by-side to allow interactive editing and save this back to the widget.
  • One simple alternative is to rely on Vega Embed's option panel, which opens the vis into a separate Vega-Lite Editor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority high priority tasks
Projects
None yet
Development

No branches or pull requests

2 participants