Customize Visualizations with Vega Editor
In this article, you can learn how to use the Vega Editor for the popular data visualization language, Vega or Vega-Lite.
Vega Editor is a tool for creating Vega visualizations by defining data sources, encoding, and customizing visualization properties. It provides a visual interface and a text editor for writing Vega code, allowing users to create high-quality visualizations for sharing and embedding.
RATH supports Vega/Vega-Lite for editing visualizations. Click on the edit Chart -> Edit in Editor option to launch Vega Editor on any given data visualization.
Click on the Run button to apply your code.
To abandon your changes, click on the Exit Editor button.
For more details about Vega language syntax, refer to the Vega specification documentation (opens in a new tab).