Skip to content

Commit

Permalink
fix(line): fix default curve property
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Aug 12, 2017
1 parent 7c332ac commit 4835a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/charts/line/Line.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Line.propTypes = {

export const LineDefaultProps = {
stacked: false,
curve: lineCurvePropType.isRequired,
curve: 'linear',

// axes & grid
axisBottom: {},
Expand Down

0 comments on commit 4835a02

Please sign in to comment.