# vega-encode

Visual encoding transforms for Vega dataflows.

This package provides the following Vega data transforms:

- [**LinkPath**](https://vega.github.io/vega/docs/transforms/linkpath/) [&lt;&gt;](https://github.com/vega/vega/blob/master/packages/vega-encode/src/LinkPath.js "Source")
- [**Pie**](https://vega.github.io/vega/docs/transforms/pie/) [&lt;&gt;](https://github.com/vega/vega/blob/master/packages/vega-encode/src/Pie.js "Source")
- [**Stack**](https://vega.github.io/vega/docs/transforms/stack/) [&lt;&gt;](https://github.com/vega/vega/blob/master/packages/vega-encode/src/Stack.js "Source")

And provides the following internal transforms:

- **AxisTicks** [&lt;&gt;](https://github.com/vega/vega/blob/master/packages/vega-encode/src/AxisTicks.js "Source")
- **DataJoin** [&lt;&gt;](https://github.com/vega/vega/blob/master/packages/vega-encode/src/DataJoin.js "Source")
- **Encode** [&lt;&gt;](https://github.com/vega/vega/blob/master/packages/vega-encode/src/Encode.js "Source")
- **LegendEntries** [&lt;&gt;](https://github.com/vega/vega/blob/master/packages/vega-encode/src/LegendEntries.js "Source")
- **Scale** [&lt;&gt;](https://github.com/vega/vega/blob/master/packages/vega-encode/src/Scale.js "Source")
