Skip to content

Commit 1baae44

Browse files
committed
0.15.16
1 parent 923cd86 commit 1baae44

12 files changed

+21
-21
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.15",
4+
"version": "0.15.16",
55
"main": [
66
"./dist/d3.compose-all.js",
77
"./dist/d3.compose.css"

dist/d3.compose-all.js

Lines changed: 4 additions & 4 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.15 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.16 - 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,8 +3585,8 @@
35853585
var item_size = sizes[i];
35863586
var transform = null;
35873587

3588-
if (item_size.height > item_size.height) {
3589-
var offset = (item_size.height - item_size.height) / 2;
3588+
if (item_size.height > size.height) {
3589+
var offset = (item_size.height - size.height) / 2;
35903590
transform = translate(0, -offset);
35913591
}
35923592

@@ -6742,7 +6742,7 @@
67426742
});
67436743

67446744
var d3c = d3.compose = {
6745-
VERSION: '0.15.15',
6745+
VERSION: '0.15.16',
67466746
utils: utils,
67476747
helpers: helpers,
67486748
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.15 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.16 - 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.15',
4175+
VERSION: '0.15.16',
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.15 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.16 - 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.15 - https://github.com/CSNW/d3.compose - license: MIT
3+
* v0.15.16 - 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.15',
2956+
VERSION: '0.15.16',
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)