Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 499 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 499 Bytes

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.