Chartkick Phoenix example

October 27, 2015 ยท View on GitHub

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:

  1. Install mix deps.get
  2. Start mix phoenix.server
  3. Open localhost:4000

Project dependencies:

[{:poison, "~> 1.5"},
{:chartkick, "~>0.0.2"}]