Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #570 from FormidableLabs/feature/add-minus-option-…
Browse files Browse the repository at this point in the history
…for-scatter

add minus option for VictoryScatter symbol
  • Loading branch information
boygirl authored Feb 9, 2018
2 parents b81d4f7 + c3bc4ce commit b579f62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"builder-victory-component": "^5.1.2",
"d3-voronoi": "^1.1.2",
"lodash": "^4.17.4",
"victory-core": "^21.0.3"
"victory-core": "^21.0.4"
},
"devDependencies": {
"builder-victory-component-dev": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/victory-scatter/victory-scatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class VictoryScatter extends React.Component {
size: PropTypes.oneOfType([ CustomPropTypes.nonNegative, PropTypes.func ]),
symbol: PropTypes.oneOfType([
PropTypes.oneOf([
"circle", "diamond", "plus", "square", "star", "triangleDown", "triangleUp"
"circle", "diamond", "plus", "minus", "square", "star", "triangleDown", "triangleUp"
]),
PropTypes.func
])
Expand Down

0 comments on commit b579f62

Please sign in to comment.