Comparing version 0.3.16 to 0.3.17
{ | ||
"name": "recharts", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"description": "React charts", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -23,2 +23,8 @@ import React from 'react'; | ||
static defaultProps = { | ||
style: {}, | ||
layout: 'horizontal', | ||
margin: { top: 5, right: 5, bottom: 5, left: 5 }, | ||
}; | ||
displayName = 'BarChart'; | ||
@@ -25,0 +31,0 @@ |
@@ -71,3 +71,3 @@ import React, { PropTypes } from 'react'; | ||
...wrapperStyle, | ||
} | ||
}; | ||
const finalLabelStyle = { | ||
@@ -74,0 +74,0 @@ margin: 0, |
@@ -101,3 +101,3 @@ import React, { PropTypes } from 'react'; | ||
return ( | ||
<div className="tooltip-outer-wrapper" style={outerStyle}> | ||
<div className="recharts-tooltip-wrapper" style={outerStyle}> | ||
{ | ||
@@ -104,0 +104,0 @@ React.isValidElement(customContent) ? |
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
454384
10978