munksgaard/elm-charts - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

Elm Chart library

This is a fork of https://github.com/simonh1000/elm-charts that adds support for elm 0.19. In the process I've removed support for line charts.

An Elm library for creating simple horizontal and vertical bar charts, and for pie charts.

This library supports three basic chart types. The horizontal bar chart is built with simple div elements (based on an idea from D3); the vertical one uses a flexbox layout and some CSS transforms, while the Pie chart builds on this post using Svg elements.

Pie chart

Try the examples

cd examples
elm-reactor

load http://localhost:8000

Changelog

1.0.0 - Initial commit of 0.19 fork.