@hackage chart-unit0.4.0

Native haskell charts.

chart-unit Build Status

repo

chart-unit is an experimental haskell chart library.

At the moment, only SVG is supported, and github markdown doesn't include support for svg images.

See https://tonyday567.github.io/chart-unit for a readme.

compile recipe

stack build --test --exec "$(stack path --local-install-root)/bin/chart-unit-examples" --exec "$(stack path --local-bin)/pandoc -f markdown+lhs -i app/examples.hs -t html -o index.html --filter pandoc-include --mathjax" --file-watch

to do

  • legends, text (titles, etc)