react-d3-core
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -159,3 +159,2 @@ "use strict"; | ||
}; | ||
exports.default = Axis; | ||
module.exports = exports['default']; | ||
exports.default = Axis; |
@@ -119,3 +119,2 @@ "use strict"; | ||
}; | ||
exports.default = Label; | ||
module.exports = exports['default']; | ||
exports.default = Label; |
@@ -165,3 +165,2 @@ "use strict"; | ||
}; | ||
exports.default = Xaxis; | ||
module.exports = exports['default']; | ||
exports.default = Xaxis; |
@@ -164,3 +164,2 @@ "use strict"; | ||
}; | ||
exports.default = Yaxis; | ||
module.exports = exports['default']; | ||
exports.default = Yaxis; |
@@ -77,3 +77,2 @@ "use strict"; | ||
ChartContainer.defaultProps = _commonProps2.default; | ||
exports.default = ChartContainer; | ||
module.exports = exports['default']; | ||
exports.default = ChartContainer; |
@@ -10,3 +10,2 @@ "use strict"; | ||
margins: { top: 80, right: 100, bottom: 80, left: 100 } | ||
}; | ||
module.exports = exports['default']; | ||
}; |
@@ -87,3 +87,2 @@ "use strict"; | ||
}; | ||
exports.default = ChartSvg; | ||
module.exports = exports['default']; | ||
exports.default = ChartSvg; |
@@ -75,3 +75,2 @@ "use strict"; | ||
}; | ||
exports.default = ChartTitle; | ||
module.exports = exports['default']; | ||
exports.default = ChartTitle; |
@@ -160,3 +160,2 @@ "use strict"; | ||
}; | ||
exports.default = Grid; | ||
module.exports = exports['default']; | ||
exports.default = Grid; |
@@ -48,3 +48,2 @@ "use strict"; | ||
exports.default = XGrid; | ||
module.exports = exports['default']; | ||
exports.default = XGrid; |
@@ -48,3 +48,2 @@ "use strict"; | ||
exports.default = YGrid; | ||
module.exports = exports['default']; | ||
exports.default = YGrid; |
@@ -145,3 +145,2 @@ "use strict"; | ||
}; | ||
exports.default = Legend; | ||
module.exports = exports['default']; | ||
exports.default = Legend; |
{ | ||
"name": "react-d3-core", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "react-d3 chart core component", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68219
1379