vega / voyager

Visualization Tool for Data Exploration
http://vega.github.io/voyager
Other
1.45k stars 179 forks source link

Add an option to get a specific bookmared spec #819

Open davidanthoff opened 6 years ago

davidanthoff commented 6 years ago

Would be great if getBookmarkedSpecs had an integer option so that one could say "give me the 3rd bookmarked spec". https://github.com/davidanthoff/DataVoyager.jl provides an option for users to extract a specific bookmarked spec from a voyager instance from code, and right now there is quite a bit of overhead involved because it always transfers all bookmarked specs into the julia process, even if the user only asked for one.