mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
Update docs and metadata.
This commit is contained in:
parent
c1e40c13f4
commit
88a14d952a
20
README.md
20
README.md
@ -42,6 +42,26 @@ tests currently *only* pass on OS X.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 0.5.0 - TBC
|
||||
|
||||
- Update grunt dependency [#288](https://github.com/oesmith/morris.js/issues/228)
|
||||
- Donut segment color config in data objects [#281](https://github.com/oesmith/morris.js/issues/281)
|
||||
- Customisable line widths and point drawing [#272](https://github.com/oesmith/morris.js/issues/272)
|
||||
- Bugfix for @options.smooth [#266](https://github.com/oesmith/morris.js/issues/266)
|
||||
- Option to disable axes individually [#253](https://github.com/oesmith/morris.js/issues/253)
|
||||
- Range selection [#252](https://github.com/oesmith/morris.js/issues/252)
|
||||
- Week format for x-labels [#250](https://github.com/oesmith/morris.js/issues/250)
|
||||
- Update developer quickstart instructions [#243](https://github.com/oesmith/morris.js/issues/243)
|
||||
- Experimenting with perceptual diffs.
|
||||
- Add original data row to hover callback [#264](https://github.com/oesmith/morris.js/issues/264)
|
||||
- setData method for donut charts [#211](https://github.com/oesmith/morris.js/issues/211)
|
||||
- Automatic resizing [#111](https://github.com/oesmith/morris.js/issues/111)
|
||||
- Fix travis builds [#298](https://github.com/oesmith/morris.js/issues/298)
|
||||
- Option for rounded corners on bar charts [#305](https://github.com/oesmith/morris.js/issues/305)
|
||||
- Option to set padding for X axis labels [#306](https://github.com/oesmith/morris.js/issues/306)
|
||||
- Use local javascript for examples.
|
||||
- Events on non-time series [#314](https://github.com/oesmith/morris.js/issues/314)
|
||||
|
||||
### 0.4.3 - 12th May 2013
|
||||
|
||||
- Fix flickering hover box [#186](https://github.com/oesmith/morris.js/issues/186)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "morris.js",
|
||||
"version": "0.4.3",
|
||||
"version": "0.5.0",
|
||||
"main": ["./morris.js", "./morris.css"],
|
||||
"dependencies": {
|
||||
"jquery": ">= 1.7.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "morris.js",
|
||||
"version": "0.4.3",
|
||||
"version": "0.5.0",
|
||||
"homepage": "http://oesmith.github.com/morris.js",
|
||||
"description": "Easy, pretty charts",
|
||||
"author": {
|
||||
|
Loading…
Reference in New Issue
Block a user