version | 1.0.1 |
license | BSD3 |
native-modules | False |
elm-version | 0.18.0 <= v < 0.19.0 |
Tag | 1.0.2 |
Committed At | 2018-05-25 11:29:46 UTC |
myrho/elm-round | 1.0.0 <= v < 2.0.0 | 1.0.4 |
mgold/elm-date-format | 1.4.2 <= v < 2.0.0 | 1.8.0 |
justinmimbs/elm-date-extra | 3.0.0 <= v < 4.0.0 | 3.0.0 |
eskimoblood/elm-color-extra | 5.0.0 <= v < 6.0.0 | 5.1.0 |
elm-lang/svg | 2.0.0 <= v < 3.0.0 | 2.0.0 |
elm-lang/html | 2.0.0 <= v < 3.0.0 | 2.0.0 |
elm-lang/core | 5.1.1 <= v < 6.0.0 | 5.1.1 |
debois/elm-dom | 1.2.3 <= v < 2.0.0 | 1.3.0 |
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-charts
and import the library in a elm file like this
import LineChart
See the documntation for more information on usage!
Find the documentation on Elm's package website.
$ elm package install
$ elm reactor
and 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