Vega-lite is an interesting project. It's a declarative [[JSON]]-based way to describe [[Diagram Types (index)|plots]], which can be used to draw up visualizations. It's *almost* like a [[Diagrams as Code]]? Or maybe it just *is*? Regardless, seems neat. Looks like it's a fairly straightforward bit of `import`ing a [[JavaScript]] module, pointing it at an [[HTML]] element, giving it the spec, and telling it to go. [Their gallery](https://vega.github.io/vega-lite/examples/) has a ton of impressive looking examples. Also a ton of very basic-looking ones, but hey it works. ![[IMG_1640.jpeg]] They've an [online Vega editor](https://vega.github.io/editor/) and a site with some basic examples (source). **** # More ## Source - https://vega.github.io/vega-lite/tutorials/getting_started.html