mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
Update README for v0.3.2.
This commit is contained in:
parent
5192f678dc
commit
54c7e3f4c1
@ -3,7 +3,7 @@
|
|||||||
[![Build Status](https://secure.travis-ci.org/oesmith/morris.js.png?branch=master)](http://travis-ci.org/oesmith/morris.js)
|
[![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/.
|
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!
|
Cheers!
|
||||||
|
|
||||||
@ -38,6 +38,13 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`.
|
|||||||
|
|
||||||
## Changelog
|
## 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
|
### 0.3.1 - 13th October 2012
|
||||||
|
|
||||||
- Add `formatter` option for customising value labels in donuts [#75](https://github.com/oesmith/morris.js/issues/75).
|
- Add `formatter` option for customising value labels in donuts [#75](https://github.com/oesmith/morris.js/issues/75).
|
||||||
|
Loading…
Reference in New Issue
Block a user