Go to file
Olly Smith 9b4791534b Merge branch 'coffee-rewrite'
Conflicts:
	morris.js
2012-02-25 18:04:26 +00:00
example.html CoffeeScript re-write. Has a working plot, but so far no hover labels. 2012-02-23 08:11:31 +00:00
morris.coffee Add YYYY-MM-DD support. 2012-02-23 22:27:26 +00:00
morris.js Add YYYY-MM-DD support. 2012-02-23 22:27:26 +00:00
README.md First post 2012-02-21 22:50:41 +00:00

Morris.js - pretty time-series line graphs

Morris.js is the library that powers the graphs on http://howmanyleft.co.uk/.

This is a hugely pre-alpha release. It's a verbatim copy of the code fragment that's in use on How Many Left, so it's not really generically usable. Expect that to improve soon.

Cheers!

- Olly

Requirements

  • jQuery (>= 1.7 recommended, but it'll probably work with older versions)
  • Raphael.js (>= 2.0)

Usage

See example.html.

Development

Very daring.

Fork, hack, send a pull request :)