No description
Find a file
2014-12-22 19:53:11 +01:00
.gitignore initial commit 2014-12-20 22:03:05 +01:00
elm-package.json initial commit 2014-12-20 22:03:05 +01:00
index.html better organized code 2014-12-22 12:37:29 +01:00
README.md Create a README.md 2014-12-22 19:53:11 +01:00
Test.elm reactive to mouse pos 2014-12-22 12:26:05 +01:00
test.js better organized code 2014-12-22 12:37:29 +01:00

elm-highchart

A simple dynamic chart with highcharts but with most of the code done in elm

It is just a proof of concept.

To play with it download elm-platform, clone the repo somewhere and launch elm-reactor:

git clone https://github.com/yogsototh/elm-highchart
cd elm-highchart
elm-reactor

Now you should look at reactor at http://localhost:8000. First click on Test.elm to compile it, then open the index.html file in your browser.

Enjoy.