I made changes to a vega-lite chart via view.change
(here), then I want to export the vega-spec. I checked how the buttons in vega-embed does it (code) but realized that it just references the original spec. I need the vega spec after. Any one has any ideas how? The view
APIs don't see to give a, "get spec" functionality.
Thanks!