# Vega examples Vega is a visualization grammar: you declare data, scales, axes and marks, and it draws exactly what you specified. These examples run from the smallest complete chart to a radar diagram built from polar coordinates by hand. If a chart here looks like a lot of work, the Vega-Lite version of it probably is not. --- ## Every example here is real Each page holds a diagram that is stored, rendered and editable exactly like one you drew yourself. Open any of them, change something, and see what happens. Nothing here is a screenshot. --- ## In this set [Bar chart (Vega)A Vega bar chart spec with inline data, a band scale and an axis pair.](https://help.gocapable.com/diagrams/bar-chart-vega.html)[Stacked bar chart (Vega)A stacked bar chart built with a Vega stack transform over a categorical field.](https://help.gocapable.com/diagrams/stacked-bar-chart-vega.html)[Area chart (Vega)A Vega area chart showing a series filled to the baseline over time.](https://help.gocapable.com/diagrams/area-chart-vega.html)[Pie chart (Vega)A Vega pie chart built from an arc mark and a pie transform over inline data.](https://help.gocapable.com/diagrams/pie-chart-vega.html)[Scatter plot (Vega)A Vega scatter plot mapping two numeric fields to x and y with a symbol mark.](https://help.gocapable.com/diagrams/scatter-plot-vega.html)[Bubble chart (Vega)A Vega bubble chart adding a size scale to a scatter plot for a third dimension.](https://help.gocapable.com/diagrams/bubble-chart-vega.html)[Dot plot (Vega)A Vega dot plot, a compact alternative to a bar chart for comparing categories.](https://help.gocapable.com/diagrams/dot-plot-vega.html)[Radar diagram (Vega)A Vega radar chart plotting several series across shared axes on a polar grid.](https://help.gocapable.com/diagrams/radar-diagram-vega.html)[Word cloud (Vega)A word cloud built with the Vega wordcloud transform over terms and weights.](https://help.gocapable.com/diagrams/word-cloud-vega.html) --- ## Related [ReferenceThe language reference behind these.](https://help.gocapable.com/diagrams/reference.html) [Diagram typesGrouped by what you want to draw.](https://help.gocapable.com/diagrams/diagram-types.html) [ExamplesEvery other set.](https://help.gocapable.com/diagrams/examples.html) --- _All the control, all the ceremony._