Skip to content

mariohuizar/elm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Charts

DEPRECATED! This library is for plotting charts using SVG and Elm.

Features

Right now, this library can make make:

  • Series
    • Plain and area series.
    • Interpolations include none (a scatter), linear, and monotone-x.
  • Horizontally stacked bar charts / histograms.
  • All plots have the option for customizable axis, ticks and labels.

Development

Just run elm install and elm reactor and go to http://localhost:8000/examples to play with the examples.

Packages

No packages published

Languages

  • Elm 100.0%