Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:JesperLekland/react-native-svg-chart…
Browse files Browse the repository at this point in the history
…s into dev
  • Loading branch information
JesperLekland committed Jun 10, 2018
2 parents 215889a + 6a02460 commit da6ee11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Chart.propTypes = {
data: PropTypes.oneOfType([
PropTypes.arrayOf(PropTypes.object),
PropTypes.arrayOf(PropTypes.number),
PropTypes.arrayOf(PropTypes.array),
]).isRequired,
svg: PropTypes.object,

Expand Down

0 comments on commit da6ee11

Please sign in to comment.