mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
v0.4.1
This commit is contained in:
parent
6207c210ac
commit
c3df64cbd4
@ -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).
|
||||
|
@ -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"
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user