diff --git a/docs/modules/ROOT/pages/diagram_types/vega.adoc b/docs/modules/ROOT/pages/diagram_types/vega.adoc index 749fdae3..fb3e53d3 100644 --- a/docs/modules/ROOT/pages/diagram_types/vega.adoc +++ b/docs/modules/ROOT/pages/diagram_types/vega.adoc @@ -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"] |=== @@ -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 \ No newline at end of file