Vega is a visualization grammar, a declarative language for creating, saving, and sharing interactive visualization designs. With Vega, you can describe the visual appearance and interactive behavior of a visualization in a JSON format, and generate web-based views using Canvas or SVG. This port installs the Vega command-line utilities (vg2png, vg2svg, vg2pdf) and the Vega JavaScript library.
Vega is a visualization grammar, a declarative language for creating, saving, and sharing interactive visualization designs. With Vega, you can describe the visual appearance and interactive behavior of a visualization in a JSON format, and generate web-based views using Canvas or SVG. This port installs the Vega command-line utilities (vg2png, vg2svg, vg2pdf) and the Vega JavaScript library.
To install vega, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install vega
To see what files were installed by vega, run:
port contents vega
To later upgrade vega, run:
sudo port selfupdate && sudo port upgrade vega
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.