Example Phoenix app using chartkick-ex.
All examples are located in web/templates/page/index.html.eex.
To run the app locally clone the repo and:
- Install
mix deps.get - Start
mix phoenix.server - Open
localhost:4000
Project dependencies:
[{:poison, "~> 1.5"},
{:chartkick, "~>0.0.2"}]