You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using VegaDatasets, DataVoyager, VegaLite
v =dataset("cars") |>Voyager()
I clicked copy button to get a vegalite specification of the plot, then the content is incomplete as below. It's missing almost all information needed to reproduce the same plot.
I guess it is just missing the actual data, right?
There is not much we can do on that front, the copy functionality is in the Voyager JavaScript code that we just repackage (the original is at https://github.com/vega/voyager).
I clicked
copy
button to get a vegalite specification of the plot, then the content is incomplete as below. It's missing almost all information needed to reproduce the same plot.By the way, if I directly save the file as below, it then has all necessary data intact so that can be loaded up in i.e. Vega Editor.
I use DataVoyager v1.0.0 and VegaLite v2.0.1 on macOS.
The text was updated successfully, but these errors were encountered: