Update README for 0.3.0.

This commit is contained in:
Olly Smith 2012-09-15 23:11:36 +01:00
parent 4c045c30dd
commit 03ed32ef9b

View File

@ -3,12 +3,11 @@
[![Build Status](https://secure.travis-ci.org/oesmith/morris.js.png?branch=master)](http://travis-ci.org/oesmith/morris.js)
Morris.js is the library that powers the graphs on http://howmanyleft.co.uk/.
It's a bit rough around the edges, but it's getting pretty usable now. Expect it to get even better soon.
It's a very simple API for drawing line and donut charts.
Cheers!
\- Olly
\- Olly (olly@oesmith.co.uk)
## Requirements
@ -39,6 +38,12 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`.
## Changelog
### 0.3.0 - 15th September 2012
- Donut charts!
- Bugfix: ymin/ymax bug [#71](https://github.com/oesmith/morris.js/issues/71).
- Bugfix: infinite loop when data indicates horizontal line [#66](https://github.com/oesmith/morris.js/issues/66).
### 0.2.10 - 26th June 2012
- Support for decimal labels on y-axis [#58](https://github.com/oesmith/morris.js/issues/58).