Overview of Vega-Lite
mainVega-Lite is a high-level grammar for interactive graphics that uses a concise JSON syntax to enable rapid generation of interactive multi-view visualizations. It acts as a declarative format for describing data visualizations.
Under the hood, the Vega-Lite compiler transforms a Vega-Lite specification into a lower-level, more detailed Vega specification, which is then rendered using the Vega compiler.