mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
25 lines
584 B
Markdown
25 lines
584 B
Markdown
# 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](http://jquery.com/) (>= 1.7 recommended, but it'll probably work with older versions)
|
|
- [Raphael.js](http://raphaeljs.com/) (>= 2.0)
|
|
|
|
## Usage
|
|
|
|
See `example.html`.
|
|
|
|
## Development
|
|
|
|
Very daring.
|
|
|
|
Fork, hack, send a pull request :)
|