lyra
lyra copied to clipboard
Saving & Publishing
Lyra 1 allowed users to save the entire app state to localStorage, and export their visualization as static svg or png images, or as Vega JSON. Lyra 2 should push this further:
- Download a full HTML page with the Vega scaffold and visualization embedded.
- Publishing to gists/bl.ocks.org. We could also use private gists to save the application state (e.g.,
.lyra.json
); this might be a better option than localStorage, which has pretty small size limits. @jheer had started on a vega-gist service, so we should try and coordinate there. - Save to Google Drive/Dropbox?
Let us know what the status of vega-gist is.