victory-chart
Advanced tools
Comparing version 34.1.1 to 34.1.3
{ | ||
"name": "victory-chart", | ||
"version": "34.1.1", | ||
"version": "34.1.3", | ||
"description": "Chart Component for Victory", | ||
@@ -25,6 +25,6 @@ "keywords": [ | ||
"react-fast-compare": "^2.0.0", | ||
"victory-axis": "^34.1.1", | ||
"victory-core": "^34.1.1", | ||
"victory-polar-axis": "^34.1.1", | ||
"victory-shared-events": "^34.1.1" | ||
"victory-axis": "^34.1.3", | ||
"victory-core": "^34.1.3", | ||
"victory-polar-axis": "^34.1.3", | ||
"victory-shared-events": "^34.1.3" | ||
}, | ||
@@ -31,0 +31,0 @@ "scripts": { |
@@ -78,2 +78,3 @@ /* eslint-disable func-style */ | ||
const stringMap = createStringMap(props, childComponents); | ||
const domain = { | ||
@@ -83,2 +84,3 @@ x: getDomain(assign({}, props, { categories }), "x", childComponents), | ||
}; | ||
const range = { | ||
@@ -96,2 +98,3 @@ x: Helpers.getRange(props, "x"), | ||
}; | ||
const origin = polar ? Helpers.getPolarOrigin(props) : Axis.getOrigin(domain); | ||
@@ -98,0 +101,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
1387507
8492
Updatedvictory-axis@^34.1.3
Updatedvictory-core@^34.1.3
Updatedvictory-polar-axis@^34.1.3