```include
other/header.md
```
[chart-unit](https://github.com/tonyday567/chart-unit)
===
[](https://travis-ci.org/tonyday567/chart-unit) [](https://hackage.haskell.org/package/chart-unit) [](http://stackage.org/lts/package/chart-unit) [](http://stackage.org/nightly/package/chart-unit)
`chart-unit` is a haskell chart library focusing on a small set of high-quality charts using native haskell. Here's a recent example, chock-a-block fill of titles and legends, since they've just been added:

Chart Types
===
So far, there are 8 major chart types:








Gallery
===
The main chart types and the power of diagrams make it easy to invent new charts. Hrere's some inspiration (all code for these charts is in [examples/sourceExamples.hs](examples/sourceExamples.hs)).
schoolbook
---

labelled bar
---

histogram diff
---

combined scatter histogram
---

clipping
---

skinny
---

animation
---

workflow
===
~~~
stack build --test --exec "$(stack path --local-install-root)/bin/chart-source-examples" --exec "$(stack path --local-bin)/pandoc -f markdown -i readme.md -t html -o index.html --filter pandoc-include --mathjax" --file-watch
~~~
```include
other/footer.md
```