victory-box-plot
Advanced tools
Comparing version 30.0.0-alpha.3 to 30.0.0
@@ -29,3 +29,3 @@ import _flatten from "lodash/flatten"; | ||
import PropTypes from "prop-types"; | ||
import { Helpers, VictoryLabel, addEvents, Line, PropTypes as CustomPropTypes, VictoryContainer, VictoryTheme, Box, Whisker, DefaultTransitions, CommonProps } from "victory-core"; | ||
import { Helpers, VictoryLabel, addEvents, LineSegment, PropTypes as CustomPropTypes, VictoryContainer, VictoryTheme, Box, Whisker, DefaultTransitions, CommonProps } from "victory-core"; | ||
import { getDomain, getData, getBaseProps } from "./helper-methods"; | ||
@@ -242,3 +242,3 @@ var fallbackProps = { | ||
maxLabelComponent: React.createElement(VictoryLabel, null), | ||
medianComponent: React.createElement(Line, null), | ||
medianComponent: React.createElement(LineSegment, null), | ||
medianLabelComponent: React.createElement(VictoryLabel, null), | ||
@@ -245,0 +245,0 @@ minComponent: React.createElement(Whisker, null), |
@@ -253,3 +253,3 @@ "use strict"; | ||
maxLabelComponent: _react.default.createElement(_victoryCore.VictoryLabel, null), | ||
medianComponent: _react.default.createElement(_victoryCore.Line, null), | ||
medianComponent: _react.default.createElement(_victoryCore.LineSegment, null), | ||
medianLabelComponent: _react.default.createElement(_victoryCore.VictoryLabel, null), | ||
@@ -256,0 +256,0 @@ minComponent: _react.default.createElement(_victoryCore.Whisker, null), |
{ | ||
"name": "victory-box-plot", | ||
"version": "30.0.0-alpha.3", | ||
"version": "30.0.0", | ||
"description": "Chart Component for Victory", | ||
@@ -13,3 +13,3 @@ "main": "lib/index.js", | ||
"lodash": "^4.17.5", | ||
"victory-core": "^30.0.0-alpha.3" | ||
"victory-core": "^30.0.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "scripts": { |
@@ -5,3 +5,3 @@ import React from "react"; | ||
import { | ||
Helpers, VictoryLabel, addEvents, Line, PropTypes as CustomPropTypes, | ||
Helpers, VictoryLabel, addEvents, LineSegment, PropTypes as CustomPropTypes, | ||
VictoryContainer, VictoryTheme, Box, Whisker, DefaultTransitions, CommonProps | ||
@@ -134,3 +134,3 @@ } from "victory-core"; | ||
maxLabelComponent: <VictoryLabel />, | ||
medianComponent: <Line />, | ||
medianComponent: <LineSegment />, | ||
medianLabelComponent: <VictoryLabel />, | ||
@@ -137,0 +137,0 @@ minComponent: <Whisker />, |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1210471
13
21419
2
0
944
Updatedvictory-core@^30.0.0