terezka/elm-charts-alpha

A library for plotting charts in SVG.


Keywords
charts, elm
License
BSD-3-Clause
Install
elm-package install terezka/elm-charts-alpha 1.0.0

Documentation

Line Charts

WARNING! THIS IS AN ALPHA VERSION

IT HAS MISSING, MISLEADING AND PLAIN WRONG DOCUMENTATION. IT HAS BUGS AND AWKWARDNESS. USE AT OWN RISK.

A library for plotting lines charts in SVG. Written in all Elm.

Documentation

Find the documentation on Elm's package website.

Development

Setup

$ elm package install
$ elm reactor

and open examples.

Tests

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

Compile the Docs

$ elm live docs/src/Main.elm --output=docs/assets/main.js