-
Notifications
You must be signed in to change notification settings - Fork 35
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
Bookmark support #42
Comments
cool, I will directly add a button inside toolbar for bookmark support |
Since you're adding more and more toolbar and it starts becoming redundant with the toolbar that we have and got hidden. I think we better provide a better support in Voyager for 1) adding new buttons to the toolbar 2) making our toolbar smaller. This way, the user experience will be more consistent across platforms. |
Honestly, we are trying to get rid of the toolbar in the JupyterLab
extension. In that context it takes up so much room to the right of the
buttons. Maybe a smaller toolbar at the top of the encoding panel that
doesn't span the rendered viz?
…On Sat, May 12, 2018 at 10:32 AM, Kanit Wongsuphasawat < ***@***.***> wrote:
Since you're adding more and more toolbar and it starts becoming redundant
with the toolbar that we have and got hidden. I think we better provide a
better support in Voyager for 1) adding new buttons to the toolbar 2)
making our toolbar smaller. This way, the user experience will be more
consistent across platforms.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABr0EUOMweEhPlPnm9OfhyXavRRFeQBks5txxyZgaJpZM4Tzqa->
.
--
Brian E. Granger
Associate Professor of Physics and Data Science
Cal Poly State University, San Luis Obispo
@ellisonbg on Twitter and GitHub
[email protected] and [email protected]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An important part of Voyager's user experience is bookmarking visualizations that they find interesting/important.
From the image above you can see that the UI is still there for bookmarking visualizations, but since the original toolbar is not showing, there's no way to retrieve those bookmarked views!
Good news is that we expose a method in our api,
getBookmarkedSpecs
, that will give you the specs for the bookmarked visualizations, which should be pretty easy to just plug-in.A neat potential feature is if a user could save their current Voyager state including bookmarked views, so they can revisit their exploration and those bookmarked views.
The text was updated successfully, but these errors were encountered: