charter

[ bsd3, library, program, unclassified ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/ChrisPenner/charter#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1.0, 0.1.1.1
Change log ChangeLog.md
Dependencies aeson, async, base (>=4.7 && <5), bytestring, charter, containers, http-types, MonadRandom, mtl, one-liner, process, random, scientific, text, wai, warp [details]
License BSD-3-Clause
Copyright 2020 Chris Penner
Author Chris Penner
Maintainer christopher.penner@gmail.com
Home page https://github.com/ChrisPenner/charter#readme
Bug tracker https://github.com/ChrisPenner/charter/issues
Source repo head: git clone https://github.com/ChrisPenner/charter
Uploaded by ChrisPenner at 2020-11-14T00:50:46Z
Distributions
Executables charter-exe
Downloads 300 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for charter-0.1.1.1

[back to package description]

Charter

charter is a typed Haskell layer on top of Google Charts which allows quickly and easily visualizing your Haskell data in the browser!

It also provides live-updates as your data changes in Haskell-land.

Why Google Charts?

Google Charts provides a large amount of flexible data representations which use a relatively consistent data format, making it easy to switch between chart types.

Goals

Goals of this library include:

  • Quick to start
  • Batteries Included
  • Well-typed, but not at the expense of usability
  • Smooth learning curve as you add more complex options to your charts
  • Live chart updates!

Non-Goals of this library include:

  • Writing charts to disk: sorry, try taking a screenshot of your browser instead!
  • Performance: All your data turns into JSON and gets piped through the browser, it'll be slower than other solutions on large datasets.
  • Composability with other solutions: This library is "battery included" and doesn't provide many extension points.

Roadmap

  • Better Date, Time, and DateTime support
  • Support for Geocharts, TreeMaps, Tables, Timeline, Gauges
  • Support multiple charts on a screen
  • Support combo charts