victory-chart
Advanced tools
Comparing version 35.0.8 to 35.1.0
@@ -62,2 +62,3 @@ import _assign from "lodash/assign"; | ||
var yCoordinate = props.polar ? calculatedProps.origin.y : yScale; | ||
var parentName = props.name || "chart"; | ||
var backgroundProps = { | ||
@@ -70,2 +71,3 @@ height: height, | ||
y: yCoordinate, | ||
key: "".concat(parentName, "-background"), | ||
width: width | ||
@@ -72,0 +74,0 @@ }; |
@@ -76,2 +76,3 @@ "use strict"; | ||
var yCoordinate = props.polar ? calculatedProps.origin.y : yScale; | ||
var parentName = props.name || "chart"; | ||
var backgroundProps = { | ||
@@ -84,2 +85,3 @@ height: height, | ||
y: yCoordinate, | ||
key: "".concat(parentName, "-background"), | ||
width: width | ||
@@ -86,0 +88,0 @@ }; |
{ | ||
"name": "victory-chart", | ||
"version": "35.0.8", | ||
"version": "35.1.0", | ||
"description": "Chart Component for Victory", | ||
@@ -25,6 +25,6 @@ "keywords": [ | ||
"react-fast-compare": "^2.0.0", | ||
"victory-axis": "^35.0.8", | ||
"victory-core": "^35.0.8", | ||
"victory-polar-axis": "^35.0.8", | ||
"victory-shared-events": "^35.0.8" | ||
"victory-axis": "^35.1.0", | ||
"victory-core": "^35.1.0", | ||
"victory-polar-axis": "^35.1.0", | ||
"victory-shared-events": "^35.1.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "scripts": { |
@@ -56,2 +56,3 @@ /* eslint-disable func-style */ | ||
const yCoordinate = props.polar ? calculatedProps.origin.y : yScale; | ||
const parentName = props.name || "chart"; | ||
@@ -65,2 +66,3 @@ const backgroundProps = { | ||
y: yCoordinate, | ||
key: `${parentName}-background`, | ||
width | ||
@@ -67,0 +69,0 @@ }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1506725
9073
Updatedvictory-axis@^35.1.0
Updatedvictory-core@^35.1.0
Updatedvictory-polar-axis@^35.1.0