This commit is contained in:
Olly Smith 2013-02-08 08:11:19 +00:00
parent 6207c210ac
commit c3df64cbd4
3 changed files with 9 additions and 3 deletions

View File

@ -38,6 +38,12 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`.
## Changelog
### 0.4.1 - 8th February 2013
- Fix goal and event rendering. [#181](https://github.com/oesmith/morris.js/issues/181)
- Don't break when empty data is passed to setData [#142](https://github.com/oesmith/morris.js/issues/142)
- labelColor option for donuts [#159](https://github.com/oesmith/morris.js/issues/159)
### 0.4.0 - 26th January 2013
- Goals and events [#103](https://github.com/oesmith/morris.js/issues/103).

View File

@ -1,7 +1,7 @@
{
"name": "morris.js",
"version": "0.3.3",
"main": "./morris.js",
"version": "0.4.1",
"main": ["./morris.js", "./morris.css"],
"dependencies": {
"jquery": ">= 1.7.2",
"raphael": ">= 2.0"

View File

@ -1,6 +1,6 @@
{
"name": "morris.js",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "http://oesmith.github.com/morris.js",
"description": "Easy, pretty charts",
"author": {