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

Commit

Permalink
Merge branch 'master' into feature/victory-boxplot
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Mar 27, 2018
2 parents 039fe30 + 69ea9fb commit b8addf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/victory-primitives/area.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ export default class Area extends React.Component {
key: "area-stroke", style: assign({}, style, { fill: "none" }), d: lineFunction(data)
}, sharedProps)) : null;

return renderLine ? React.cloneElement(groupComponent, {}, [line, area]) : area;
return renderLine ? React.cloneElement(groupComponent, {}, [area, line]) : area;
}
}

0 comments on commit b8addf2

Please sign in to comment.