Literally title.
I have a working project in Vega-Lite and want to add "Vega only features" ontop of it.
Is it possible to compile the Vega-Lite script and look at the resulting Vega output?
As far as I'm aware Vega-Lite gets already converted to Vega automatically but I don't know where to look at the resulting code.
So far I haven't found any clue on how to it. But I'm certain this is possible.
You're right, that is definitely not present any more. There are two other workarounds I could suggest:
You can type into your browser console VEGA_DEBUG.vega_spec which is the spec that actually gets rendered. There's an equivalent VEGA_DEBUG.vegalite_spec too. Assuming you have an ES query, this will contain the results of your query in array form.
You can convert your spec to JSON and then use the online Vega-Lite editor to convert to Vega.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.