Vega
From Just Solve the File Format Problem
(Difference between revisions)
Ross-spencer (Talk | contribs) (Add more description) |
(category->Diagramming) |
||
| Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
| − | |subcat= | + | |subcat=Diagramming and flowcharting |
|extensions={{ext|json}} | |extensions={{ext|json}} | ||
}} | }} | ||
| Line 28: | Line 28: | ||
* [https://github.com/vega Vega Organization on GitHub]. | * [https://github.com/vega Vega Organization on GitHub]. | ||
| + | [[Category:Graphics]] | ||
[[Category:JSON based file formats]] | [[Category:JSON based file formats]] | ||
Latest revision as of 19:56, 2 May 2026
Vega is a visualization grammar, a declarative language for creating, saving, and sharing interactive visualization designs.
Vega describes a JSON schema format for its grammar, its visualizations are further described in JSON complying to that schema.
Vega visualization definitions can describe the visual appearance and interactive behavior of a visualization in JSON, allowing users to generate web-based views using Canvas or SVG (Scalable Vector Graphics).
[edit] Schema
Vega's JSON schema is available on GitHub and is further annotated in the project's documentation.
[edit] Example files
Example files can also be found on GitHub:
[edit] Links
- Vega website including more information and examples.
- Vega Grammar on GitHub.
- Vega Organization on GitHub.