Current section
Files
Jump to
Current section
Files
terrestrial
README.md
README.md
[](https://hex.pm/packages/terrestrial) [](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>.