How do I access the transformed data from a Vega.View object? I am not interested in viewing the visualization that Vega can draw after applying the transforms so I set the renderer to 'none' when creating the new Vega.View. I looked at this GitHub issue; I want to access the transformed values similar to the author of
this Vega-lite issue, but I was unable to identify the best way to do so. I am just getting started with Vega so any help would be greatly appreciated. Please also suggest if posting this question in the Vega-lite forums would be more appropriate.