carbon-addons-data-viz-react
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -206,3 +206,6 @@ 'use strict'; | ||
'div', | ||
{ className: 'bx--graph-container', style: { position: 'relative' } }, | ||
{ | ||
className: 'bx--graph-container', | ||
style: { position: 'relative', width: this.state.boxSize } | ||
}, | ||
_react2.default.createElement('svg', { id: id, ref: id }), | ||
@@ -209,0 +212,0 @@ _react2.default.createElement( |
@@ -154,3 +154,10 @@ 'use strict'; | ||
'div', | ||
{ className: 'bx--graph-container', style: { position: 'relative' } }, | ||
{ | ||
className: 'bx--graph-container', | ||
style: { | ||
position: 'relative', | ||
width: this.state.width, | ||
height: this.state.height | ||
} | ||
}, | ||
_react2.default.createElement('svg', { ref: 'container' }), | ||
@@ -157,0 +164,0 @@ _react2.default.createElement( |
@@ -185,3 +185,6 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
'div', | ||
{ className: 'bx--graph-container', style: { position: 'relative' } }, | ||
{ | ||
className: 'bx--graph-container', | ||
style: { position: 'relative', width: this.state.boxSize } | ||
}, | ||
React.createElement('svg', { id: id, ref: id }), | ||
@@ -188,0 +191,0 @@ React.createElement( |
@@ -133,3 +133,10 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
'div', | ||
{ className: 'bx--graph-container', style: { position: 'relative' } }, | ||
{ | ||
className: 'bx--graph-container', | ||
style: { | ||
position: 'relative', | ||
width: this.state.width, | ||
height: this.state.height | ||
} | ||
}, | ||
React.createElement('svg', { ref: 'container' }), | ||
@@ -136,0 +143,0 @@ React.createElement( |
{ | ||
"name": "carbon-addons-data-viz-react", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Carbon Data Visualization", | ||
@@ -5,0 +5,0 @@ "main": "cjs/index.js", |
87743
1902