vega / polestar

Lightweight Tableau-style interface for visual analysis, built on Vega-lite.
http://vega.github.io/polestar
Other
367 stars 47 forks source link

Is it possible to share or export visualizations made in polestar? #366

Closed aaronpowers closed 8 years ago

aaronpowers commented 8 years ago

I've been looking at the Polestar online demo and I'm wondering if it's possible to export or share visualizations made in it? Is there any way to take the visualizations made and use them somewhere else (e.g. get out vega or d3 code), or hyperlink to them so that someone else can see them?

Thank you! It's a very interesting tool.

domoritz commented 8 years ago

We will definitely add support for exporting soon (based on vega-embed). For now, click on the debug link on the bottom left and copy the vega-lite form there.

domoritz commented 8 years ago

Part of https://github.com/vega/vega-lite-ui/issues/178

kanitw commented 8 years ago

This issue is #366

aaronpowers commented 8 years ago

Great! That sounds very cool. And thank you for the workaround.