packages feed

chart-svg-0.1.0: readme.md

chart-svg
=========

[![Build
Status](https://travis-ci.org/tonyday567/chart-svg.svg)](https://travis-ci.org/tonyday567/chart-svg)
[![Hackage](https://img.shields.io/hackage/v/chart-svg.svg)](https://hackage.haskell.org/package/chart-svg)
[![lts](https://www.stackage.org/package/chart-svg/badge/lts)](http://stackage.org/lts/package/chart-svg)
[![nightly](https://www.stackage.org/package/chart-svg/badge/nightly)](http://stackage.org/nightly/package/chart-svg)

A chart library targetting SVG.

![](other/venn.svg)

![hud example](other/linehud.svg)

Chart Types
===

rect

![](other/unit.svg)

line

![](other/line.svg)

text

![](other/text.svg)

glyph

![](other/glyph.svg)

bar

![](other/bar.svg)

pixel

![](other/pixel.svg)

legend

![](other/legend.svg)

recipe
------

```
stack exec examples --file-watch
```