README.md
[![Hex pm](https://img.shields.io/hexpm/v/terrestrial.svg?style=flat)](https://hex.pm/packages/terrestrial) [![Hexdocs.pm](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/terrestrial/)
# Terrestrial
SVG charting library for Elixir/Phoenix, a partial port of [elm-charts](https://github.com/terezka/elm-charts).
**Warning: Under development**
## Installation
Add `terrestrial` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:terrestrial, "~> 0.1.0"}
]
end
```
Full documentation can be found at <https://hexdocs.pm/terrestrial>.