chart-unit: Native haskell charts.

[ bsd3, charts, deprecated, library ] [ Propose Tags ]
Deprecated in favor of chart-svg

See chart-unit for chart bling and usage.

These charts are designed to be scale independent and amenable to combinatory busywork (hence the unit suffix).


[Skip to Readme]

Modules

[Last Documentation]

  • Chart
    • Chart.Arrow
    • Chart.Core
    • Chart.Glyph
    • Chart.Hud
    • Chart.Lenses
    • Chart.Line
    • Chart.Rect
    • Chart.Text

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5.0, 0.6.0.0, 0.6.0.1, 0.6.0.2, 0.6.1.0, 0.6.2.0, 0.6.3.0, 0.7.0.0
Dependencies base (>=4.7 && <5), chart-unit, colour, containers, data-default, diagrams-lib, diagrams-rasterific, diagrams-svg, foldl, formatting, lens, linear, mwc-probability, mwc-random, numhask (>=0.0.5 && <1), numhask-range (>=0.0.3 && <1), palette, primitive, protolude, SVGFonts, tdigest, text [details]
License BSD-3-Clause
Copyright 2016 Tony Day
Author Tony Day
Maintainer tonyday567@gmail.com
Category charts
Home page https://github.com/tonyday567/chart-unit
Source repo head: git clone https://github.com/tonyday567/chart-unit
Uploaded by tonyday567 at 2017-08-31T11:04:08Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables chart-source-examples
Downloads 12042 total (47 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-08-31 [all 3 reports]

Readme for chart-unit-0.5.0

[back to package description]
other/header.md

chart-unit

Build Status Hackage lts nightly

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).

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
other/footer.md