mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
v0.4.3
This commit is contained in:
parent
8493b6ec25
commit
b98ae8ab1d
10
Makefile
10
Makefile
@ -1,10 +0,0 @@
|
||||
all: morris.min.js
|
||||
|
||||
morris.js: morris.coffee
|
||||
coffee -c morris.coffee
|
||||
|
||||
morris.min.js: morris.js
|
||||
uglifyjs morris.js > morris.min.js
|
||||
|
||||
clean:
|
||||
rm -f morris.js morris.min.js
|
10
README.md
10
README.md
@ -38,6 +38,16 @@ Once you're all set up, you can compile, minify and run the tests using `grunt`.
|
||||
|
||||
## Changelog
|
||||
|
||||
### 0.4.3 - 12th May 2013
|
||||
|
||||
- Fix flickering hover box [#186](https://github.com/oesmith/morris.js/issues/186)
|
||||
- xLabelAngle option (diagonal labels!!) [#239](https://github.com/oesmith/morris.js/issues/239)
|
||||
- Fix area chart fill bug [#190](https://github.com/oesmith/morris.js/issues/190)
|
||||
- Make event handlers chainable
|
||||
- gridTextFamily and gridTextWeight options
|
||||
- Fix hovers with setData [#213](https://github.com/oesmith/morris.js/issues/213)
|
||||
- Fix hideHover behaviour [#236](https://github.com/oesmith/morris.js/issues/236)
|
||||
|
||||
### 0.4.2 - 14th April 2013
|
||||
|
||||
- Fix DST handling [#191](https://github.com/oesmith/morris.js/issues/191)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "morris.js",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.3",
|
||||
"main": ["./morris.js", "./morris.css"],
|
||||
"dependencies": {
|
||||
"jquery": ">= 1.7.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "morris.js",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.3",
|
||||
"homepage": "http://oesmith.github.com/morris.js",
|
||||
"description": "Easy, pretty charts",
|
||||
"author": {
|
||||
|
Loading…
Reference in New Issue
Block a user