Docs · Engines

Vega

Lower-level visualization grammar: chord, sunburst, force-directed networks, treemaps, parallel coordinates, radar.

Templates
13
Source language
json
Workstation
Studio
Engine id
vega

In the same space

Most users come to Vega from D3 (custom charts). Glyph runs this engine in the browser — no install, shareable via URL, exportable to PNG / SVG / PDF / source.

Syntax at a glance

{"$schema":"https://vega.github.io/schema/vega/v5.json","data":[{"name":"table","values":[]}],"marks":[]}

Paste this in the Studio code pane to see Vega render live. The full grammar is at the upstream-docs link above.

Sample templates

All 13
Engine reference: vega · ← Browse all engines · Quick-start guide