v0.2.10 bump.

This commit is contained in:
Olly Smith 2012-06-26 08:00:14 +01:00
parent d8538d448b
commit aeee587c26

View File

@ -39,6 +39,13 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`.
## Changelog
### 0.2.10 - 26th June 2012
- Support for decimal labels on y-axis [#62](https://github.com/oesmith/morris.js/issues/62).
- Better axis label clipping [#63](https://github.com/oesmith/morris.js/issues/63).
- Redraw graphs with updated data using `setData` method [#64](https://github.com/oesmith/morris.js/issues/64).
- Bugfix: series with zero or one non-null values [#65](https://github.com/oesmith/morris.js/issues/65).
### 0.2.9 - 15th May 2012
- Bugfix: Fix zero-value regression