Vega-Lite is a high-level grammar for interactive graphics. It provides a concise JSON syntax for supporting rapid generation of interactive multi-view visualizations to support analysis. Vega-Lite can serve as a declarative format for describing and creating data visualizations. To use Vega-Lite, our compiler compiles a Vega-Lite specification into a lower-level, more detailedVega specifications and rendered using Vega’s compiler.
This documentation describes theJSON specification language and how touse Vega-Lite visualizations in a web application.
Below is an overview of the documentation for Vega-Lite properties. Seethe specification page for an overview of Vega-Lite specifications.