Skip to content

Commit

Permalink
update the d3 dependency, get rid of a error in bush feature.
Browse files Browse the repository at this point in the history
heavysixer committed Feb 26, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c28d142 commit 4cb37f5
Showing 7 changed files with 1,429 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ open the `examples/` folder in your favorite web browser.

You can find a hosted version of the example site here: http://visible.io/

You can find a quickstart presentation on d4 [here](http://www.slideshare.net/heavysixer/d4-and-friendly-charting-dsl-for-d3).
You can find a quick-start presentation on d4 [here](http://www.slideshare.net/heavysixer/d4-and-friendly-charting-dsl-for-d3).

### Philosophy
* * *
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@
"name": "d4",
"description": "A friendly charting DSL for D3",
"main": "d4.js",
"version": "0.9.4",
"version": "0.9.5",
"dependencies": {
"d3": "~3.4.4"
"d3": "~3.5.16"
},
"devDependencies": {
"d3": "~3.4.4"
"d3": "~3.5.16"
}
}
5 changes: 2 additions & 3 deletions d4.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! d4 - v0.9.4
/*! d4 - v0.9.5
* License: MIT Expat
* Date: 2015-04-14
* Date: 2016-02-26
* Copyright: Mark Daggett, D4 Team
*/
/*!
@@ -2903,7 +2903,6 @@
.call(brush);

scope.accessors.selection.bind(this)(selection.select('.brush'));
scope.accessors.brush.bind(this)(brush);
return brush;
}
};
1,423 changes: 1,419 additions & 4 deletions d4.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d4",
"version": "0.9.4",
"version": "0.9.5",
"description": "A friendly reusable chart DSL for D3",
"repository": {
"type": "git",
@@ -27,7 +27,7 @@
"grunt-cli": "~0.1.11",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-uglify": "~0.11.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-jsbeautifier": "^0.2.7",
"grunt-mocha": "~0.4.6",
1 change: 0 additions & 1 deletion src/features/brush.js
Original file line number Diff line number Diff line change
@@ -91,7 +91,6 @@
.call(brush);

scope.accessors.selection.bind(this)(selection.select('.brush'));
scope.accessors.brush.bind(this)(brush);
return brush;
}
};
5 changes: 2 additions & 3 deletions test/lib/d4.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! d4 - v0.9.4
/*! d4 - v0.9.5
* License: MIT Expat
* Date: 2015-04-14
* Date: 2016-02-26
* Copyright: Mark Daggett, D4 Team
*/
/*!
@@ -2903,7 +2903,6 @@
.call(brush);

scope.accessors.selection.bind(this)(selection.select('.brush'));
scope.accessors.brush.bind(this)(brush);
return brush;
}
};

0 comments on commit 4cb37f5

Please sign in to comment.