Skip to content

Commit

Permalink
vega engine table (#473)
Browse files Browse the repository at this point in the history
Fix table in Vega documentation
  • Loading branch information
noraj authored and pepijnve committed Nov 2, 2024
1 parent 490ef06 commit 49c4557
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/modules/ROOT/pages/diagram_types/vega.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ Vega-Lite provides a more concise and convenient form to author common visualiza
- PNG
- SVG

== Attributes
== Installation

Required binaries:

[cols=">,<,<",options="header"]
|===
|Engine |Binaries |Attributes
|vega |{uri-vega}[vg2png] and/or {uri-vega}[vg2png] |`vg2png` and `vg2svg`
|vegalite |{uri-vegalite}[vl2vg] and {uri-vega}[vg2png] and/or {uri-vega}[vg2svg]|`vl2vg`, `vg2png` and `vg2svg`
|===

== Attributes

[cols=">,<,<",options="header"]
|===
Expand All @@ -24,5 +32,3 @@ Vega-Lite provides a more concise and convenient form to author common visualiza
|vg2svg |vg2svg |The path to the `vg2svg` executable This attribute is used for SVG output.
|vl2vg |vl2vg |The path to the `vl2vg` executable. This attribute is used for Vega-Lite diagrams.
|===

None

0 comments on commit 49c4557

Please sign in to comment.