Update README for v0.3.2.

This commit is contained in:
Olly Smith 2012-10-28 21:27:36 +00:00
parent 5192f678dc
commit 54c7e3f4c1

View File

@ -3,7 +3,7 @@
[![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 very simple API for drawing line and donut charts.
It's a very simple API for drawing line, area and donut charts.
Cheers!
@ -38,6 +38,13 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`.
## Changelog
### 0.3.2 - 28th October 2012
- **Area charts!** [#47](https://github.com/oesmith/morris.js/issues/47).
- Some major refactoring and test suite improvements.
- Set smooth parameter per series [#91](https://github.com/oesmith/morris.js/issues/91).
- Custom dateFormat for string x-values [#90](https://github.com/oesmith/morris.js/issues/90).
### 0.3.1 - 13th October 2012
- Add `formatter` option for customising value labels in donuts [#75](https://github.com/oesmith/morris.js/issues/75).