Skip to content

Commit dabe6d8

Browse files
committed
0.15.17
1 parent a605638 commit dabe6d8

12 files changed

+21
-23
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "d3.compose",
33
"homepage": "https://github.com/CSNW/d3.compose",
4-
"version": "0.15.16",
4+
"version": "0.15.17",
55
"main": [
66
"./dist/d3.compose-all.js",
77
"./dist/d3.compose.css"

dist/d3.compose-all.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* d3.compose - Compose complex, data-driven visualizations from reusable charts and components with d3
3-
* v0.15.16 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.17 - https://github.com/CSNW/d3.compose - license: MIT
44
*/
55
(function (global, factory) {
66
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('d3'), require('d3.chart')) :
@@ -3585,10 +3585,8 @@
35853585
var item_size = sizes[i];
35863586
var transform = null;
35873587

3588-
if (item_size.height > size.height) {
3589-
var offset = (item_size.height - size.height) / 2;
3590-
transform = translate(0, -offset);
3591-
}
3588+
if (item_size.height > size.height)
3589+
transform = translate(0, item_size.y);
35923590

35933591
d3.select(this)
35943592
.attr('width', item_size.width)
@@ -6742,7 +6740,7 @@
67426740
});
67436741

67446742
var d3c = d3.compose = {
6745-
VERSION: '0.15.16',
6743+
VERSION: '0.15.17',
67466744
utils: utils,
67476745
helpers: helpers,
67486746
Base: Base,

dist/d3.compose-all.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/d3.compose-all.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/d3.compose-mixins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* d3.compose - Compose complex, data-driven visualizations from reusable charts and components with d3
3-
* v0.15.16 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.17 - https://github.com/CSNW/d3.compose - license: MIT
44
*/
55
(function (global, factory) {
66
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('d3'), require('d3.chart')) :
@@ -4172,7 +4172,7 @@
41724172
});
41734173

41744174
var d3c = d3.compose = {
4175-
VERSION: '0.15.16',
4175+
VERSION: '0.15.17',
41764176
utils: utils,
41774177
helpers: helpers,
41784178
Base: Base,

dist/d3.compose-mixins.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/d3.compose-mixins.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/d3.compose.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* d3.compose - Compose complex, data-driven visualizations from reusable charts and components with d3
3-
* v0.15.16 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.17 - https://github.com/CSNW/d3.compose - license: MIT
44
*/
55
.chart-compose {
66
font-size: 14px;

dist/d3.compose.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* d3.compose - Compose complex, data-driven visualizations from reusable charts and components with d3
3-
* v0.15.16 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.17 - https://github.com/CSNW/d3.compose - license: MIT
44
*/
55
(function (global, factory) {
66
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('d3'), require('d3.chart')) :
@@ -2953,7 +2953,7 @@
29532953
});
29542954

29552955
var d3c = d3.compose = {
2956-
VERSION: '0.15.16',
2956+
VERSION: '0.15.17',
29572957
utils: utils,
29582958
helpers: helpers,
29592959
Base: Base,

dist/d3.compose.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)