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
|
## 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
|
### 0.4.0 - 26th January 2013
|
||||||
|
|
||||||
- Goals and events [#103](https://github.com/oesmith/morris.js/issues/103).
|
- Goals and events [#103](https://github.com/oesmith/morris.js/issues/103).
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "morris.js",
|
"name": "morris.js",
|
||||||
"version": "0.3.3",
|
"version": "0.4.1",
|
||||||
"main": "./morris.js",
|
"main": ["./morris.js", "./morris.css"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": ">= 1.7.2",
|
"jquery": ">= 1.7.2",
|
||||||
"raphael": ">= 2.0"
|
"raphael": ">= 2.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "morris.js",
|
"name": "morris.js",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"homepage": "http://oesmith.github.com/morris.js",
|
"homepage": "http://oesmith.github.com/morris.js",
|
||||||
"description": "Easy, pretty charts",
|
"description": "Easy, pretty charts",
|
||||||
"author": {
|
"author": {
|
||||||
|
Loading…
Reference in New Issue
Block a user