A opinionated library for plotting line charts in SVG. Written in all Elm. See demo.
Run the following command in the root of your project
$ elm package install terezka/line-chartsand import the library in a elm file like this
import LineChartSee the documntation for more information on usage!
Find the documentation on Elm's package website.
$ elm package install
$ elm reactorand open examples.
Tests are written with elm-test. For further information on elm-test check the documentation. All required dependencies are downloaded and installed when initially running the command.
$ elm test$ elm live docs/src/Main.elm --output=docs/assets/main.js