v0.3.3 Changelog.

This commit is contained in:
Olly Smith 2012-11-01 00:53:38 -07:00
parent e4f4594fab
commit df9eb94464

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) [![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, area and donut charts. It's a very simple API for drawing line, bar, area and donut charts.
Cheers! Cheers!
@ -38,6 +38,10 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`.
## Changelog ## Changelog
### 0.3.3 - 1st November 2012
- **Bar charts!** [#101](https://github.com/oesmith/morris.js/issues/101).
### 0.3.2 - 28th October 2012 ### 0.3.2 - 28th October 2012
- **Area charts!** [#47](https://github.com/oesmith/morris.js/issues/47). - **Area charts!** [#47](https://github.com/oesmith/morris.js/issues/47).