Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Clavequin committed Dec 29, 2017
1 parent 38527d4 commit 154c68d
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

As morris.js project seems no more updated and as I have been asked many times to bring several changes to this plugin on my past but yet active projects, I decided to dig in it and add these requirements myself ^^

## Changelog

### 29th December 2017

- Pie chart type added
- Animation for every chart, based on [PR #62](https://github.com/morrisjs/morris.js/pull/62) for line chart and [PR #559](https://github.com/morrisjs/morris.js/pull/559) and for bar chart
- Labels for every chart, based on [PR #688](https://github.com/morrisjs/morris.js/pull/688)
- Orders of label in hover [Issue #534](https://github.com/morrisjs/morris.js/issues/534)
- Remove null values from computation of trend line

## To do
- Animation for donut chart
- Combo Charts - Bar and Line together

## Requirements

- [jQuery](http://jquery.com/) (>= 1.7 recommended, but it'll probably work with
Expand Down Expand Up @@ -37,14 +51,6 @@ Install it with `npm install -g bower` and then `bower install` in the morris pr

Once you're all set up, you can compile, minify and run the tests using `grunt`.

## Changelog

### 29th December 2017

- Pie chart type added
- Animation
- Labels


## License

Expand Down

0 comments on commit 154c68d

Please sign in to comment.