All Projects → simonh1000 → elm-charts

simonh1000 / elm-charts

Licence: BSD-3-Clause license
Elm library for simple bar and pie charts

Programming Languages

elm
856 projects

Elm Chart library

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

3.1.0 - Add dimensions to model and use these for the line chart

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].